a

annotation-detector

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