a

annotation-detector

Files download
File Operation
annotation-detector-3.0.0.jar download
annotation-detector-3.0.0.pom download
annotation-detector-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.infomas</groupId>
  <artifactId>annotation-detector</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'eu.infomas:annotation-detector:3.0.0'
Gradle Kotlin
implementation("eu.infomas:annotation-detector:3.0.0")
Scala SBT
libraryDependencies += "eu.infomas" % "annotation-detector" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.infomas', module='annotation-detector', version='3.0.0')
)
Apache Ivy
<dependency org="eu.infomas" name="annotation-detector" rev="3.0.0" />
Leiningen
[eu.infomas/annotation-detector "3.0.0"]
Apache Buildr
'eu.infomas:annotation-detector:jar:3.0.0'