| GroupId | GroupIdcom.growingio.android |
|---|---|
| ArtifactId | ArtifactIdannotation |
| Version | Version3.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotation-3.2.1.pom | |
| annotation-3.2.1.jar | 3 KB |
| annotation-3.2.1-sources.jar | 4 KB |
| annotation-3.2.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.growingio.android/annotation/ -->
<dependency>
<groupId>com.growingio.android</groupId>
<artifactId>annotation</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.growingio.android/annotation/
implementation 'com.growingio.android:annotation:3.2.1'
// https://jarcasting.com/artifacts/com.growingio.android/annotation/
implementation ("com.growingio.android:annotation:3.2.1")
'com.growingio.android:annotation:jar:3.2.1'
<dependency org="com.growingio.android" name="annotation" rev="3.2.1">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.growingio.android', module='annotation', version='3.2.1')
)
libraryDependencies += "com.growingio.android" % "annotation" % "3.2.1"
[com.growingio.android/annotation "3.2.1"]