GroupId | GroupIdcom.disney.groovity |
---|---|
ArtifactId | ArtifactIdhttp-auth-server |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
http-auth-server-2.0.0.pom | |
http-auth-server-2.0.0.jar | 34 KB |
http-auth-server-2.0.0-sources.jar | 34 KB |
http-auth-server-2.0.0-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-server</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/
implementation 'com.disney.groovity:http-auth-server:2.0.0'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/
implementation ("com.disney.groovity:http-auth-server:2.0.0")
'com.disney.groovity:http-auth-server:jar:2.0.0'
<dependency org="com.disney.groovity" name="http-auth-server" rev="2.0.0">
<artifact name="http-auth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-server', version='2.0.0')
)
libraryDependencies += "com.disney.groovity" % "http-auth-server" % "2.0.0"
[com.disney.groovity/http-auth-server "2.0.0"]