MVN

org.hawkular.accounts : hawkular-accounts-distribution

Maven & Gradle

Dec 16, 2015
7 usages
7 stars

Hawkular - Accounts - Distribution · Builds a distribution package on top of Wildfly with a Keycloak server.

<dependency>
    <groupId>org.hawkular.accounts</groupId>
    <artifactId>hawkular-accounts-distribution</artifactId>
    <version>2.0.7.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawkular.accounts : hawkular-accounts-distribution to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7.Final

All Versions

Choose a version of org.hawkular.accounts : hawkular-accounts-distribution to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hawkular-accounts-distribution-2.0.7.Final
hawkular-accounts-distribution-2.0.6.Final
hawkular-accounts-distribution-2.0.4.Final
hawkular-accounts-distribution-2.0.2.Final
1.1.x
hawkular-accounts-distribution-1.1.4.Final
hawkular-accounts-distribution-1.1.3.Final
hawkular-accounts-distribution-1.1.2.Final
hawkular-accounts-distribution-1.1.1.Final
hawkular-accounts-distribution-1.1.0.Final
1.0.x
hawkular-accounts-distribution-1.0.18.Final
hawkular-accounts-distribution-1.0.17.Final
hawkular-accounts-distribution-1.0.16.Final
hawkular-accounts-distribution-1.0.15.Final
hawkular-accounts-distribution-1.0.14.Final
hawkular-accounts-distribution-1.0.13.Final
hawkular-accounts-distribution-1.0.12.Final
hawkular-accounts-distribution-1.0.11.Final
hawkular-accounts-distribution-1.0.10.Final
hawkular-accounts-distribution-1.0.9.Final
hawkular-accounts-distribution-1.0.7.Final
hawkular-accounts-distribution-1.0.6
hawkular-accounts-distribution-1.0.5
hawkular-accounts-distribution-1.0.4
hawkular-accounts-distribution-1.0.3
hawkular-accounts-distribution-1.0.1

How to add a dependency to Maven

Add the following org.hawkular.accounts : hawkular-accounts-distribution maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hawkular.accounts</groupId>
    <artifactId>hawkular-accounts-distribution</artifactId>
    <version>2.0.7.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawkular.accounts : hawkular-accounts-distribution gradle dependency to your build.gradle file:

implementation 'org.hawkular.accounts:hawkular-accounts-distribution:2.0.7.Final'

Gradle Kotlin DSL: Add the following org.hawkular.accounts : hawkular-accounts-distribution gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hawkular.accounts:hawkular-accounts-distribution:2.0.7.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawkular.accounts : hawkular-accounts-distribution sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawkular.accounts" % "hawkular-accounts-distribution" % "2.0.7.Final"