Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdco.abit.api.identity |
ArtifactId | ArtifactIdidentity-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
identity-parent-1.0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.abit.api.identity/identity-parent/ -->
<dependency>
<groupId>co.abit.api.identity</groupId>
<artifactId>identity-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.api.identity/identity-parent/
implementation 'co.abit.api.identity:identity-parent:1.0.1'
// https://jarcasting.com/artifacts/co.abit.api.identity/identity-parent/
implementation ("co.abit.api.identity:identity-parent:1.0.1")
'co.abit.api.identity:identity-parent:pom:1.0.1'
<dependency org="co.abit.api.identity" name="identity-parent" rev="1.0.1">
<artifact name="identity-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.api.identity', module='identity-parent', version='1.0.1')
)
libraryDependencies += "co.abit.api.identity" % "identity-parent" % "1.0.1"
[co.abit.api.identity/identity-parent "1.0.1"]