| Categories |
CategoriesIDE Development Tools CLI User Interface |
|---|---|
| GroupId | GroupIdcom.sflpro.identity |
| ArtifactId | ArtifactIdidentity-api-client |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| identity-api-client-0.4.2.pom | |
| identity-api-client-0.4.2.jar | 19 KB |
| identity-api-client-0.4.2-sources.jar | 9 KB |
| identity-api-client-0.4.2-javadoc.jar | 432 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/ -->
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-api-client</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation 'com.sflpro.identity:identity-api-client:0.4.2'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation ("com.sflpro.identity:identity-api-client:0.4.2")
'com.sflpro.identity:identity-api-client:jar:0.4.2'
<dependency org="com.sflpro.identity" name="identity-api-client" rev="0.4.2">
<artifact name="identity-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-client', version='0.4.2')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-client" % "0.4.2"
[com.sflpro.identity/identity-api-client "0.4.2"]