GroupId | GroupIdcom.zaubersoftware.commons.auth |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version3.53 |
Type | Typepom |
Filename | Size |
---|---|
parent-3.53.pom | 654 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/parent/ -->
<dependency>
<groupId>com.zaubersoftware.commons.auth</groupId>
<artifactId>parent</artifactId>
<version>3.53</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/parent/
implementation 'com.zaubersoftware.commons.auth:parent:3.53'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/parent/
implementation ("com.zaubersoftware.commons.auth:parent:3.53")
'com.zaubersoftware.commons.auth:parent:pom:3.53'
<dependency org="com.zaubersoftware.commons.auth" name="parent" rev="3.53">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.auth', module='parent', version='3.53')
)
libraryDependencies += "com.zaubersoftware.commons.auth" % "parent" % "3.53"
[com.zaubersoftware.commons.auth/parent "3.53"]