GroupId | GroupIdcom.mapbox.base |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.2.0.pom | |
annotations-0.2.0.jar | 3 KB |
annotations-0.2.0-sources.jar | 3 KB |
annotations-0.2.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mapbox.base/annotations/ -->
<dependency>
<groupId>com.mapbox.base</groupId>
<artifactId>annotations</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mapbox.base/annotations/
implementation 'com.mapbox.base:annotations:0.2.0'
// https://jarcasting.com/artifacts/com.mapbox.base/annotations/
implementation ("com.mapbox.base:annotations:0.2.0")
'com.mapbox.base:annotations:jar:0.2.0'
<dependency org="com.mapbox.base" name="annotations" rev="0.2.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mapbox.base', module='annotations', version='0.2.0')
)
libraryDependencies += "com.mapbox.base" % "annotations" % "0.2.0"
[com.mapbox.base/annotations "0.2.0"]