Mapbox Base Android
This repository hosts annotation processors and module providers for Mapbox modular SDKs.
For documentation see MODULARIZATION.md.
License |
License |
---|---|
GroupId | GroupIdcom.mapbox.base |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMapbox Annotations
Artifact that provides Mapbox module and plugin annotations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-0.4.0.pom | |
annotations-0.4.0.jar | 3 KB |
annotations-0.4.0-sources.jar | 3 KB |
annotations-0.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mapbox.base/annotations/
implementation 'com.mapbox.base:annotations:0.4.0'
// https://jarcasting.com/artifacts/com.mapbox.base/annotations/
implementation ("com.mapbox.base:annotations:0.4.0")
'com.mapbox.base:annotations:jar:0.4.0'
<dependency org="com.mapbox.base" name="annotations" rev="0.4.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mapbox.base', module='annotations', version='0.4.0')
)
libraryDependencies += "com.mapbox.base" % "annotations" % "0.4.0"
[com.mapbox.base/annotations "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.10 |
This repository hosts annotation processors and module providers for Mapbox modular SDKs.
For documentation see MODULARIZATION.md.