o

ow2-util-annotation-processor

A reflection based, configurable annotation processor
文件下载
文件名 操作
ow2-util-annotation-processor-1.0.35.jar 下载
ow2-util-annotation-processor-1.0.35.pom 下载
ow2-util-annotation-processor-1.0.35-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.bundles</groupId>
  <artifactId>ow2-util-annotation-processor</artifactId>
  <version>1.0.35</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.bundles:ow2-util-annotation-processor:1.0.35'
Gradle Kotlin
implementation("org.ow2.bundles:ow2-util-annotation-processor:1.0.35")
Scala SBT
libraryDependencies += "org.ow2.bundles" % "ow2-util-annotation-processor" % "1.0.35"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.bundles', module='ow2-util-annotation-processor', version='1.0.35')
)
Apache Ivy
<dependency org="org.ow2.bundles" name="ow2-util-annotation-processor" rev="1.0.35" />
Leiningen
[org.ow2.bundles/ow2-util-annotation-processor "1.0.35"]
Apache Buildr
'org.ow2.bundles:ow2-util-annotation-processor:jar:1.0.35'