License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-api-web |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionIdentity is a micro-service designed to help you organize authentication and authorization in your application
|
Filename | Size |
---|---|
identity-api-web-0.0.4.pom | |
identity-api-web-0.0.4.jar | 45 MB |
identity-api-web-0.0.4-sources.jar | 6 KB |
identity-api-web-0.0.4-javadoc.jar | 381 KB |
identity-api-web-0.0.4-docker-info.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-web/ -->
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-api-web</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-web/
implementation 'com.sflpro.identity:identity-api-web:0.0.4'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-web/
implementation ("com.sflpro.identity:identity-api-web:0.0.4")
'com.sflpro.identity:identity-api-web:jar:0.0.4'
<dependency org="com.sflpro.identity" name="identity-api-web" rev="0.0.4">
<artifact name="identity-api-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-web', version='0.0.4')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-web" % "0.0.4"
[com.sflpro.identity/identity-api-web "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.sflpro.identity : identity-api-facade | jar | 0.0.4 |
com.sflpro.identity : identity-core-services-impl | jar | 0.0.4 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-jetty | jar | |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.apache.logging.log4j : log4j-to-slf4j | jar | |
org.slf4j : jul-to-slf4j | jar | |
org.slf4j : jcl-over-slf4j | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |