GroupId | GroupIdcom.zaubersoftware.commons.auth |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version3.49 |
Type | Typepom |
Filename | Size |
---|---|
parent-3.49.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.49</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/parent/
implementation 'com.zaubersoftware.commons.auth:parent:3.49'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/parent/
implementation ("com.zaubersoftware.commons.auth:parent:3.49")
'com.zaubersoftware.commons.auth:parent:pom:3.49'
<dependency org="com.zaubersoftware.commons.auth" name="parent" rev="3.49">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.auth', module='parent', version='3.49')
)
libraryDependencies += "com.zaubersoftware.commons.auth" % "parent" % "3.49"
[com.zaubersoftware.commons.auth/parent "3.49"]