is not current version
Last Version 0.4.5

com.sflpro.identity:identity 0.0.9

Identity is a micro-service designed to help you organize authentication and authorization in your application

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.sflpro.identity
ArtifactId

ArtifactId

identity
Version

Version

0.0.9
Type

Type

pom

Download identity 0.0.9

Filename Size
identity-0.0.9.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity/ -->
<dependency>
    <groupId>com.sflpro.identity</groupId>
    <artifactId>identity</artifactId>
    <version>0.0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity/
implementation 'com.sflpro.identity:identity:0.0.9'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity/
implementation ("com.sflpro.identity:identity:0.0.9")
'com.sflpro.identity:identity:pom:0.0.9'
<dependency org="com.sflpro.identity" name="identity" rev="0.0.9">
  <artifact name="identity" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity', version='0.0.9')
)
libraryDependencies += "com.sflpro.identity" % "identity" % "0.0.9"
[com.sflpro.identity/identity "0.0.9"]