| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.sflpro.identity |
| ArtifactId | ArtifactIdidentity |
| Last Version | Last Version0.4.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionIdentity
Identity is a micro-service designed to help you organize authentication and authorization in your application
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| identity-0.4.5.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity/ -->
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity</artifactId>
<version>0.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity/
implementation 'com.sflpro.identity:identity:0.4.5'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity/
implementation ("com.sflpro.identity:identity:0.4.5")
'com.sflpro.identity:identity:pom:0.4.5'
<dependency org="com.sflpro.identity" name="identity" rev="0.4.5">
<artifact name="identity" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity', version='0.4.5')
)
libraryDependencies += "com.sflpro.identity" % "identity" % "0.4.5"
[com.sflpro.identity/identity "0.4.5"]