MVN

org.apache.helix : helix-admin-webapp

Maven & Gradle

Apr 27, 2023

Apache Helix :: Admin Webapp

<dependency>
    <groupId>org.apache.helix</groupId>
    <artifactId>helix-admin-webapp</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.helix : helix-admin-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.apache.helix : helix-admin-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
helix-admin-webapp-1.2.0
1.1.x
helix-admin-webapp-1.1.0
1.0.x
helix-admin-webapp-1.0.4
helix-admin-webapp-1.0.3
helix-admin-webapp-1.0.2
helix-admin-webapp-1.0.1
helix-admin-webapp-1.0.0
0.9.x
helix-admin-webapp-0.9.10
helix-admin-webapp-0.9.9
helix-admin-webapp-0.9.8
helix-admin-webapp-0.9.7
helix-admin-webapp-0.9.4
helix-admin-webapp-0.9.1
helix-admin-webapp-0.9.0.1
helix-admin-webapp-0.9.0
0.8.x
helix-admin-webapp-0.8.4
helix-admin-webapp-0.8.3
helix-admin-webapp-0.8.2
helix-admin-webapp-0.8.1
helix-admin-webapp-0.8.0
0.7.x
helix-admin-webapp-0.7.1
helix-admin-webapp-0.7.0-incubating
0.6.x
helix-admin-webapp-0.6.9
helix-admin-webapp-0.6.8
helix-admin-webapp-0.6.7
helix-admin-webapp-0.6.6
helix-admin-webapp-0.6.5
helix-admin-webapp-0.6.4
helix-admin-webapp-0.6.3
helix-admin-webapp-0.6.2-incubating
helix-admin-webapp-0.6.1-incubating
helix-admin-webapp-0.6.0-incubating

How to add a dependency to Maven

Add the following org.apache.helix : helix-admin-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.helix</groupId>
    <artifactId>helix-admin-webapp</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.helix : helix-admin-webapp gradle dependency to your build.gradle file:

implementation 'org.apache.helix:helix-admin-webapp:1.2.0'

Gradle Kotlin DSL: Add the following org.apache.helix : helix-admin-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.helix:helix-admin-webapp:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.helix : helix-admin-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.helix" % "helix-admin-webapp" % "1.2.0"