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