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