is not current version
Last Version 9.0.0.0-EA

com.unboundid:server-sdk 6.0.1.0

The UnboundID Server SDK is a library that may be used to develop various types of extensions to Ping Identity server products, including the Directory Server, Directory Proxy Server, Data Sync Server, Data Metrics Server, and Data Governance Broker.

GroupId

GroupId

com.unboundid
ArtifactId

ArtifactId

server-sdk
Version

Version

6.0.1.0
Type

Type

jar

Download server-sdk 6.0.1.0


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