MVN

org.rhq : server-startup

Maven & Gradle

Dec 02, 2014

RHQ Server Startup AS7 Subsystem

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>server-startup</artifactId>
    <version>4.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.13.0

All Versions

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

Version Vulnerabilities Updated
4.13.x
server-startup-4.13.0
4.12.x
server-startup-4.12.0
4.11.x
server-startup-4.11.0
4.10.x
server-startup-4.10.0
4.9.x
server-startup-4.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>server-startup</artifactId>
    <version>4.13.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rhq:server-startup:4.13.0'

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

implementation("org.rhq:server-startup:4.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rhq" % "server-startup" % "4.13.0"