MVN

org.rhq.helpers : rhq-pluginAnnotations

Maven & Gradle

Jul 17, 2012
14 usages

RHQ Plugin Annotations · Annotations to help generate plugin descriptors

<dependency>
    <groupId>org.rhq.helpers</groupId>
    <artifactId>rhq-pluginAnnotations</artifactId>
    <version>3.0.0.EmbJopr5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rhq.helpers : rhq-pluginAnnotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.EmbJopr5

All Versions

Choose a version of org.rhq.helpers : rhq-pluginAnnotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rhq-pluginAnnotations-3.0.4
rhq-pluginAnnotations-3.0.3
rhq-pluginAnnotations-3.0.1.GA
rhq-pluginAnnotations-3.0.1
rhq-pluginAnnotations-3.0.0.EmbJopr5
rhq-pluginAnnotations-3.0.0.EmbJopr4
rhq-pluginAnnotations-3.0.0.EmbJopr3
rhq-pluginAnnotations-3.0.0.EmbJopr2
rhq-pluginAnnotations-3.0.0
rhq-pluginAnnotations-3.0.0.B06
rhq-pluginAnnotations-3.0.0.B05
rhq-pluginAnnotations-3.0.0.B04
1.4.x
rhq-pluginAnnotations-1.4.0.B01

How to add a dependency to Maven

Add the following org.rhq.helpers : rhq-pluginAnnotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rhq.helpers</groupId>
    <artifactId>rhq-pluginAnnotations</artifactId>
    <version>3.0.0.EmbJopr5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rhq.helpers : rhq-pluginAnnotations gradle dependency to your build.gradle file:

implementation 'org.rhq.helpers:rhq-pluginAnnotations:3.0.0.EmbJopr5'

Gradle Kotlin DSL: Add the following org.rhq.helpers : rhq-pluginAnnotations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rhq.helpers:rhq-pluginAnnotations:3.0.0.EmbJopr5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rhq.helpers : rhq-pluginAnnotations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rhq.helpers" % "rhq-pluginAnnotations" % "3.0.0.EmbJopr5"

Advertisement