GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdannotation |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
annotation-0.0.9.pom | |
annotation-0.0.9.jar | 21 KB |
annotation-0.0.9-tests.jar | 9 KB |
annotation-0.0.9-sources.jar | 23 KB |
annotation-0.0.9-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/annotation/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>annotation</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/annotation/
implementation 'org.tinygroup:annotation:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/annotation/
implementation ("org.tinygroup:annotation:0.0.9")
'org.tinygroup:annotation:jar:0.0.9'
<dependency org="org.tinygroup" name="annotation" rev="0.0.9">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='annotation', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "annotation" % "0.0.9"
[org.tinygroup/annotation "0.0.9"]