Conjur Spring Boot SDK

Conjur Credentials Provider for Spring Boot Applications

License

License

GroupId

GroupId

com.cyberark
ArtifactId

ArtifactId

conjur-sdk-springboot
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Conjur Spring Boot SDK
Conjur Credentials Provider for Spring Boot Applications
Source Code Management

Source Code Management

https://github.com/cyberark/conjur-spring-boot-sdk

Download conjur-sdk-springboot

How to add to project

<!-- https://jarcasting.com/artifacts/com.cyberark/conjur-sdk-springboot/ -->
<dependency>
    <groupId>com.cyberark</groupId>
    <artifactId>conjur-sdk-springboot</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyberark/conjur-sdk-springboot/
implementation 'com.cyberark:conjur-sdk-springboot:1.0.1'
// https://jarcasting.com/artifacts/com.cyberark/conjur-sdk-springboot/
implementation ("com.cyberark:conjur-sdk-springboot:1.0.1")
'com.cyberark:conjur-sdk-springboot:jar:1.0.1'
<dependency org="com.cyberark" name="conjur-sdk-springboot" rev="1.0.1">
  <artifact name="conjur-sdk-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyberark', module='conjur-sdk-springboot', version='1.0.1')
)
libraryDependencies += "com.cyberark" % "conjur-sdk-springboot" % "1.0.1"
[com.cyberark/conjur-sdk-springboot "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.6.6
com.cyberark : conjur-sdk-java jar 4.0.0
javax.xml.bind : jaxb-api jar 2.3.0

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.testcontainers : testcontainers jar 1.16.3
com.jayway.restassured : rest-assured jar 2.3.3
org.mockito : mockito-core jar 4.0.0
org.springframework.boot : spring-boot-starter-test jar 2.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0