GroupId | GroupIdcom.tmtron |
---|---|
ArtifactId | ArtifactIdgreen-annotations |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
green-annotations-1.0.1.pom | |
green-annotations-1.0.1.jar | 7 KB |
green-annotations-1.0.1-sources.jar | 6 KB |
green-annotations-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tmtron/green-annotations/ -->
<dependency>
<groupId>com.tmtron</groupId>
<artifactId>green-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tmtron/green-annotations/
implementation 'com.tmtron:green-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.tmtron/green-annotations/
implementation ("com.tmtron:green-annotations:1.0.1")
'com.tmtron:green-annotations:jar:1.0.1'
<dependency org="com.tmtron" name="green-annotations" rev="1.0.1">
<artifact name="green-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tmtron', module='green-annotations', version='1.0.1')
)
libraryDependencies += "com.tmtron" % "green-annotations" % "1.0.1"
[com.tmtron/green-annotations "1.0.1"]