| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools | 
| GroupId | GroupIdcom.dell.cpsd | 
| ArtifactId | ArtifactIdidentity-service-api | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionIdentity Service API This repository creates a UUID for any managed element. | 
<!-- https://jarcasting.com/artifacts/com.dell.cpsd/identity-service-api/ -->
<dependency>
    <groupId>com.dell.cpsd</groupId>
    <artifactId>identity-service-api</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.dell.cpsd/identity-service-api/
implementation 'com.dell.cpsd:identity-service-api:1.2.0'// https://jarcasting.com/artifacts/com.dell.cpsd/identity-service-api/
implementation ("com.dell.cpsd:identity-service-api:1.2.0")'com.dell.cpsd:identity-service-api:jar:1.2.0'<dependency org="com.dell.cpsd" name="identity-service-api" rev="1.2.0">
  <artifact name="identity-service-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.dell.cpsd', module='identity-service-api', version='1.2.0')
)libraryDependencies += "com.dell.cpsd" % "identity-service-api" % "1.2.0"[com.dell.cpsd/identity-service-api "1.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.dell.cpsd : common-dependencies | pom | 1.2.0 | 
| com.dell.cpsd : common-messaging-parent | pom | 2.0.0 | 
| junit : junit | jar | 4.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.dell.cpsd : common-client | jar | 2.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 2.8.9 |