is not current version
Last Version 3.1

com.dorkbox:Annotations 2.14

Extremely fast, lightweight annotation scanner for the classpath, classloader, or files for Java 6+

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Annotations
Version

Version

2.14
Type

Type

jar

Download Annotations 2.14


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