is not current version
Last Version 3.1

com.dorkbox:Annotations 1.2

Extremely fast, lightweight annotation scanner for the classpath, classloader, or specified location.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Annotations
Version

Version

1.2
Type

Type

jar

Download Annotations 1.2


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