GroupId | GroupIdcom.github.tomschi |
---|---|
ArtifactId | ArtifactIdcommons-annotation |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-annotation-0.2.0.pom | |
commons-annotation-0.2.0.jar | 2 KB |
commons-annotation-0.2.0-sources.jar | 3 KB |
commons-annotation-0.2.0-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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-annotation/
implementation 'com.github.tomschi:commons-annotation:0.2.0'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-annotation/
implementation ("com.github.tomschi:commons-annotation:0.2.0")
'com.github.tomschi:commons-annotation:jar:0.2.0'
<dependency org="com.github.tomschi" name="commons-annotation" rev="0.2.0">
<artifact name="commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-annotation', version='0.2.0')
)
libraryDependencies += "com.github.tomschi" % "commons-annotation" % "0.2.0"
[com.github.tomschi/commons-annotation "0.2.0"]