MVN

com.cyberark.conjur.api : conjur-api

Maven & Gradle

Jun 09, 2023
16 stars

Conjur · Programmatic Java access to the Conjur API

<dependency>
    <groupId>com.cyberark.conjur.api</groupId>
    <artifactId>conjur-api</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cyberark.conjur.api : conjur-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of com.cyberark.conjur.api : conjur-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
conjur-api-3.0.5
conjur-api-3.0.4
conjur-api-3.0.3
conjur-api-3.0.2
conjur-api-3.0.1

How to add a dependency to Maven

Add the following com.cyberark.conjur.api : conjur-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cyberark.conjur.api</groupId>
    <artifactId>conjur-api</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cyberark.conjur.api : conjur-api gradle dependency to your build.gradle file:

implementation 'com.cyberark.conjur.api:conjur-api:3.0.5'

Gradle Kotlin DSL: Add the following com.cyberark.conjur.api : conjur-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cyberark.conjur.api:conjur-api:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cyberark.conjur.api : conjur-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cyberark.conjur.api" % "conjur-api" % "3.0.5"

Advertisement