Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-api-common |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
identity-api-common-0.1.0.pom | |
identity-api-common-0.1.0.jar | 48 KB |
identity-api-common-0.1.0-sources.jar | 34 KB |
identity-api-common-0.1.0-javadoc.jar | 682 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-common/
implementation 'com.sflpro.identity:identity-api-common:0.1.0'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-api-common/
implementation ("com.sflpro.identity:identity-api-common:0.1.0")
'com.sflpro.identity:identity-api-common:jar:0.1.0'
<dependency org="com.sflpro.identity" name="identity-api-common" rev="0.1.0">
<artifact name="identity-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-api-common', version='0.1.0')
)
libraryDependencies += "com.sflpro.identity" % "identity-api-common" % "0.1.0"
[com.sflpro.identity/identity-api-common "0.1.0"]