is not current version
Last Version 2.9-RELEASE

com.github.appundefined:annotationUtils 2.1-RELEASE


GroupId

GroupId

com.github.appundefined
ArtifactId

ArtifactId

annotationUtils
Version

Version

2.1-RELEASE
Type

Type

jar

Download annotationUtils 2.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/ -->
<dependency>
    <groupId>com.github.appundefined</groupId>
    <artifactId>annotationUtils</artifactId>
    <version>2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/
implementation 'com.github.appundefined:annotationUtils:2.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/annotationUtils/
implementation ("com.github.appundefined:annotationUtils:2.1-RELEASE")
'com.github.appundefined:annotationUtils:jar:2.1-RELEASE'
<dependency org="com.github.appundefined" name="annotationUtils" rev="2.1-RELEASE">
  <artifact name="annotationUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='annotationUtils', version='2.1-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "annotationUtils" % "2.1-RELEASE"
[com.github.appundefined/annotationUtils "2.1-RELEASE"]