GroupId | GroupIdcom.github.tomschi |
---|---|
ArtifactId | ArtifactIdcommons-annotation |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-annotation-0.1.2.pom | |
commons-annotation-0.1.2.jar | 2 KB |
commons-annotation-0.1.2-sources.jar | 3 KB |
commons-annotation-0.1.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-annotation/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-annotation</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-annotation/
implementation 'com.github.tomschi:commons-annotation:0.1.2'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-annotation/
implementation ("com.github.tomschi:commons-annotation:0.1.2")
'com.github.tomschi:commons-annotation:jar:0.1.2'
<dependency org="com.github.tomschi" name="commons-annotation" rev="0.1.2">
<artifact name="commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-annotation', version='0.1.2')
)
libraryDependencies += "com.github.tomschi" % "commons-annotation" % "0.1.2"
[com.github.tomschi/commons-annotation "0.1.2"]