is not current version
Last Version 0.4.0

com.mapbox.base:annotations 0.2.0

Artifact that provides Mapbox module and plugin annotations

GroupId

GroupId

com.mapbox.base
ArtifactId

ArtifactId

annotations
Version

Version

0.2.0
Type

Type

jar

Download annotations 0.2.0


<!-- 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"]