MVN

org.rhq : alert-scriptlang

Maven & Gradle

May 03, 2010

RHQ Enterprise Server Script lang Alert Plugin

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>alert-scriptlang</artifactId>
    <version>3.0.0.B05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0.B05

All Versions

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

Version Vulnerabilities Updated
3.0.x
alert-scriptlang-3.0.0.B05
alert-scriptlang-3.0.0.B04

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>alert-scriptlang</artifactId>
    <version>3.0.0.B05</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rhq:alert-scriptlang:3.0.0.B05'

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

implementation("org.rhq:alert-scriptlang:3.0.0.B05")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rhq" % "alert-scriptlang" % "3.0.0.B05"

Advertisement