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