GroupId | GroupIdcom.disney.groovity |
---|---|
ArtifactId | ArtifactIdhttp-auth-parent |
Version | Version2.0.0-rc.20 |
Type | Typepom |
Filename | Size |
---|---|
http-auth-parent-2.0.0-rc.20.pom | 1001 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-parent/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-parent</artifactId>
<version>2.0.0-rc.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-parent/
implementation 'com.disney.groovity:http-auth-parent:2.0.0-rc.20'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-parent/
implementation ("com.disney.groovity:http-auth-parent:2.0.0-rc.20")
'com.disney.groovity:http-auth-parent:pom:2.0.0-rc.20'
<dependency org="com.disney.groovity" name="http-auth-parent" rev="2.0.0-rc.20">
<artifact name="http-auth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-parent', version='2.0.0-rc.20')
)
libraryDependencies += "com.disney.groovity" % "http-auth-parent" % "2.0.0-rc.20"
[com.disney.groovity/http-auth-parent "2.0.0-rc.20"]