MVN

org.ow2.bundles : ow2-util-annotation-processor

Maven & Gradle

Sep 10, 2013
9 usages

OW2 Bundles :: Annotation Processor · A reflection based, configurable annotation processor

<dependency>
    <groupId>org.ow2.bundles</groupId>
    <artifactId>ow2-util-annotation-processor</artifactId>
    <version>1.0.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.bundles : ow2-util-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.36

All Versions

Choose a version of org.ow2.bundles : ow2-util-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ow2-util-annotation-processor-1.0.36
ow2-util-annotation-processor-1.0.35
ow2-util-annotation-processor-1.0.34
ow2-util-annotation-processor-1.0.33
ow2-util-annotation-processor-1.0.32
ow2-util-annotation-processor-1.0.31
ow2-util-annotation-processor-1.0.30
ow2-util-annotation-processor-1.0.29
ow2-util-annotation-processor-1.0.28
ow2-util-annotation-processor-1.0.27
ow2-util-annotation-processor-1.0.26
ow2-util-annotation-processor-1.0.25
ow2-util-annotation-processor-1.0.24
ow2-util-annotation-processor-1.0.23
ow2-util-annotation-processor-1.0.22
ow2-util-annotation-processor-1.0.21
ow2-util-annotation-processor-1.0.20
ow2-util-annotation-processor-1.0.19
ow2-util-annotation-processor-1.0.18
ow2-util-annotation-processor-1.0.17
ow2-util-annotation-processor-1.0.16
ow2-util-annotation-processor-1.0.15
ow2-util-annotation-processor-1.0.14
ow2-util-annotation-processor-1.0.13
ow2-util-annotation-processor-1.0.12
ow2-util-annotation-processor-1.0.11
ow2-util-annotation-processor-1.0.10
ow2-util-annotation-processor-1.0.9
ow2-util-annotation-processor-1.0.8

How to add a dependency to Maven

Add the following org.ow2.bundles : ow2-util-annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.bundles</groupId>
    <artifactId>ow2-util-annotation-processor</artifactId>
    <version>1.0.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.bundles : ow2-util-annotation-processor gradle dependency to your build.gradle file:

implementation 'org.ow2.bundles:ow2-util-annotation-processor:1.0.36'

Gradle Kotlin DSL: Add the following org.ow2.bundles : ow2-util-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.bundles:ow2-util-annotation-processor:1.0.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.bundles : ow2-util-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.bundles" % "ow2-util-annotation-processor" % "1.0.36"