MVN

org.tkit.rhpam : tkit-quarkus-rhpam-client

Maven & Gradle

Jun 27, 2023

tkit-quarkus-rhpam-client · tkit quarkus rhpam client

<dependency>
    <groupId>org.tkit.rhpam</groupId>
    <artifactId>tkit-quarkus-rhpam-client</artifactId>
    <version>2.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tkit.rhpam : tkit-quarkus-rhpam-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.0

All Versions

Choose a version of org.tkit.rhpam : tkit-quarkus-rhpam-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
tkit-quarkus-rhpam-client-2.12.0
2.11.x
tkit-quarkus-rhpam-client-2.11.0
2.10.x
tkit-quarkus-rhpam-client-2.10.0
2.9.x
tkit-quarkus-rhpam-client-2.9.0
2.8.x
tkit-quarkus-rhpam-client-2.8.0
2.7.x
tkit-quarkus-rhpam-client-2.7.0
2.6.x
tkit-quarkus-rhpam-client-2.6.0
2.5.x
tkit-quarkus-rhpam-client-2.5.0
2.4.x
tkit-quarkus-rhpam-client-2.4.0
2.3.x
tkit-quarkus-rhpam-client-2.3.0
2.2.x
tkit-quarkus-rhpam-client-2.2.0
2.1.x
tkit-quarkus-rhpam-client-2.1.0
2.0.x
tkit-quarkus-rhpam-client-2.0.0
1.6.x
tkit-quarkus-rhpam-client-1.6.0
1.5.x
tkit-quarkus-rhpam-client-1.5.0
1.4.x
tkit-quarkus-rhpam-client-1.4.4
tkit-quarkus-rhpam-client-1.4.3
tkit-quarkus-rhpam-client-1.4.2
tkit-quarkus-rhpam-client-1.4.1
tkit-quarkus-rhpam-client-1.4.0
1.3.x
tkit-quarkus-rhpam-client-1.3.0
1.2.x
tkit-quarkus-rhpam-client-1.2.1
tkit-quarkus-rhpam-client-1.2.0
1.1.x
tkit-quarkus-rhpam-client-1.1.0
1.0.x
tkit-quarkus-rhpam-client-1.0.4
tkit-quarkus-rhpam-client-1.0.3
tkit-quarkus-rhpam-client-1.0.2
tkit-quarkus-rhpam-client-1.0.1
tkit-quarkus-rhpam-client-1.0.0
0.0.x
tkit-quarkus-rhpam-client-0.0.33
tkit-quarkus-rhpam-client-0.0.32
tkit-quarkus-rhpam-client-0.0.31
tkit-quarkus-rhpam-client-0.0.30
tkit-quarkus-rhpam-client-0.0.29
tkit-quarkus-rhpam-client-0.0.28
tkit-quarkus-rhpam-client-0.0.27
tkit-quarkus-rhpam-client-0.0.26
tkit-quarkus-rhpam-client-0.0.25
tkit-quarkus-rhpam-client-0.0.24
tkit-quarkus-rhpam-client-0.0.23
tkit-quarkus-rhpam-client-0.0.22
tkit-quarkus-rhpam-client-0.0.21
tkit-quarkus-rhpam-client-0.0.20
tkit-quarkus-rhpam-client-0.0.19
tkit-quarkus-rhpam-client-0.0.18
tkit-quarkus-rhpam-client-0.0.17
tkit-quarkus-rhpam-client-0.0.16
tkit-quarkus-rhpam-client-0.0.15
tkit-quarkus-rhpam-client-0.0.14
tkit-quarkus-rhpam-client-0.0.13
tkit-quarkus-rhpam-client-0.0.12
tkit-quarkus-rhpam-client-0.0.11
tkit-quarkus-rhpam-client-0.0.10
tkit-quarkus-rhpam-client-0.0.7
tkit-quarkus-rhpam-client-0.0.6
tkit-quarkus-rhpam-client-0.0.5
tkit-quarkus-rhpam-client-0.0.4
tkit-quarkus-rhpam-client-0.0.3

How to add a dependency to Maven

Add the following org.tkit.rhpam : tkit-quarkus-rhpam-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tkit.rhpam</groupId>
    <artifactId>tkit-quarkus-rhpam-client</artifactId>
    <version>2.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tkit.rhpam : tkit-quarkus-rhpam-client gradle dependency to your build.gradle file:

implementation 'org.tkit.rhpam:tkit-quarkus-rhpam-client:2.12.0'

Gradle Kotlin DSL: Add the following org.tkit.rhpam : tkit-quarkus-rhpam-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tkit.rhpam:tkit-quarkus-rhpam-client:2.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tkit.rhpam : tkit-quarkus-rhpam-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tkit.rhpam" % "tkit-quarkus-rhpam-client" % "2.12.0"

Advertisement