is not current version
Last Version 3.1

com.dorkbox:Annotations 2.1

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

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Annotations
Version

Version

2.1
Type

Type

jar

Download Annotations 2.1


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