Introduction
This page lists the downloads available for osmdroid.
Maven
If you use Maven then you can include osmdroid in your project by referencing the following dependency
<dependency>
<groupId>org.osmdroid</groupId>
<artifactId>osmdroid-android</artifactId>
<version>4.2</version>
</dependency>
and also optionally
<dependency>
<groupId>org.osmdroid</groupId>
<artifactId>osmdroid-third-party</artifactId>
<version>4.2</version>
</dependency>
Otherwise
If you're not using Maven then you can download the files directly from Maven Central