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