a

annotation-detector

Fast, lightweight, OSGi compliant scanner for Java Annotations.
文件下载
文件名 操作
annotation-detector-3.0.5.jar 下载
annotation-detector-3.0.5.pom 下载
annotation-detector-3.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.infomas</groupId>
  <artifactId>annotation-detector</artifactId>
  <version>3.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'eu.infomas:annotation-detector:3.0.5'
Gradle Kotlin
implementation("eu.infomas:annotation-detector:3.0.5")
Scala SBT
libraryDependencies += "eu.infomas" % "annotation-detector" % "3.0.5"
Groovy Grape
@Grapes(
  @Grab(group='eu.infomas', module='annotation-detector', version='3.0.5')
)
Apache Ivy
<dependency org="eu.infomas" name="annotation-detector" rev="3.0.5" />
Leiningen
[eu.infomas/annotation-detector "3.0.5"]
Apache Buildr
'eu.infomas:annotation-detector:jar:3.0.5'