o

ow2-util-annotation-processor

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