License |
License |
---|---|
Categories |
CategoriesIDE Development Tools CLI User Interface |
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-api-client |
Version | Version0.4.3 |
Type | Typejar |
Description |
DescriptionIdentity is a micro-service designed to help you organize authentication and authorization in your application
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
identity-api-client-0.4.3.pom | |
identity-api-client-0.4.3.jar | 19 KB |
identity-api-client-0.4.3-sources.jar | 9 KB |
identity-api-client-0.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation 'com.sflpro.identity:identity-api-client:0.4.3'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-client/
implementation ("com.sflpro.identity:identity-api-client:0.4.3")
'com.sflpro.identity:identity-api-client:jar:0.4.3'
<dependency org="com.sflpro.identity" name="identity-api-client" rev="0.4.3">
<artifact name="identity-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-client', version='0.4.3')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-client" % "0.4.3"
[com.sflpro.identity/identity-api-client "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sflpro.identity : identity-core-datatypes | jar | 0.4.3 |
com.sflpro.identity : identity-api-common | jar | 0.4.3 |
org.springframework : spring-core | jar | |
org.glassfish.jersey.core : jersey-client | jar | 2.30.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.30.1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.30.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |
com.github.tomakehurst : wiremock | jar | 2.14.0 |