is not current version
Last Version 3.1

com.dorkbox:Annotations 2.10

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

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Annotations
Version

Version

2.10
Type

Type

jar

Download Annotations 2.10


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