Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-api-common |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
identity-api-common-0.0.5.pom | |
identity-api-common-0.0.5.jar | 44 KB |
identity-api-common-0.0.5-sources.jar | 31 KB |
identity-api-common-0.0.5-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-common/ -->
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-api-common</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-common/
implementation 'com.sflpro.identity:identity-api-common:0.0.5'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-common/
implementation ("com.sflpro.identity:identity-api-common:0.0.5")
'com.sflpro.identity:identity-api-common:jar:0.0.5'
<dependency org="com.sflpro.identity" name="identity-api-common" rev="0.0.5">
<artifact name="identity-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-common', version='0.0.5')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-common" % "0.0.5"
[com.sflpro.identity/identity-api-common "0.0.5"]