GroupId | GroupIdcom.github.appundefined |
---|---|
ArtifactId | ArtifactIdannotationUtils |
Version | Version2.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
annotationUtils-2.0-RELEASE.pom | |
annotationUtils-2.0-RELEASE-sources.jar | 3 KB |
annotationUtils-2.0-RELEASE-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/ -->
<dependency>
<groupId>com.github.appundefined</groupId>
<artifactId>annotationUtils</artifactId>
<version>2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/
implementation 'com.github.appundefined:annotationUtils:2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/
implementation ("com.github.appundefined:annotationUtils:2.0-RELEASE")
'com.github.appundefined:annotationUtils:jar:2.0-RELEASE'
<dependency org="com.github.appundefined" name="annotationUtils" rev="2.0-RELEASE">
<artifact name="annotationUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='annotationUtils', version='2.0-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "annotationUtils" % "2.0-RELEASE"
[com.github.appundefined/annotationUtils "2.0-RELEASE"]