GroupId | GroupIdcom.disney.groovity |
---|---|
ArtifactId | ArtifactIdhttp-auth-sample-webapp |
Version | Version2.0.3 |
Type | Typewar |
Filename | Size |
---|---|
http-auth-sample-webapp-2.0.3.pom | |
http-auth-sample-webapp-2.0.3.war | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-sample-webapp/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-sample-webapp</artifactId>
<version>2.0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-sample-webapp/
implementation 'com.disney.groovity:http-auth-sample-webapp:2.0.3'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-sample-webapp/
implementation ("com.disney.groovity:http-auth-sample-webapp:2.0.3")
'com.disney.groovity:http-auth-sample-webapp:war:2.0.3'
<dependency org="com.disney.groovity" name="http-auth-sample-webapp" rev="2.0.3">
<artifact name="http-auth-sample-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-sample-webapp', version='2.0.3')
)
libraryDependencies += "com.disney.groovity" % "http-auth-sample-webapp" % "2.0.3"
[com.disney.groovity/http-auth-sample-webapp "2.0.3"]