License |
License |
---|---|
Categories |
CategoriesIDE Development Tools CLI User Interface |
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-api-client |
Last Version | Last Version0.4.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIdentity is a micro-service designed to help you organize authentication and authorization in your application
|
Filename | Size |
---|---|
identity-api-client-0.4.5.pom | |
identity-api-client-0.4.5.jar | 11 KB |
identity-api-client-0.4.5-sources.jar | 6 KB |
identity-api-client-0.4.5-javadoc.jar | 385 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation 'com.sflpro.identity:identity-api-client:0.4.5'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation ("com.sflpro.identity:identity-api-client:0.4.5")
'com.sflpro.identity:identity-api-client:jar:0.4.5'
<dependency org="com.sflpro.identity" name="identity-api-client" rev="0.4.5">
<artifact name="identity-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-client', version='0.4.5')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-client" % "0.4.5"
[com.sflpro.identity/identity-api-client "0.4.5"]
Group / Artifact | Type | Version |
---|---|---|
com.sflpro.identity : identity-core-datatypes | jar | 0.4.5 |
com.sflpro.identity : identity-api-common | jar | 0.4.5 |
org.springframework : spring-core | jar | |
org.glassfish.jersey.core : jersey-client | jar | 2.35 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.31.0 |