License |
License |
---|---|
GroupId | GroupIdcom.disney.groovity |
ArtifactId | ArtifactIdhttp-auth-sample-webapp |
Version | Version2.1.0-beta.1 |
Type | Typewar |
Description |
DescriptionHTTP Authorization Sample Webapp
Groovity is a JVM-based scripting language and runtime that can be
used to develop everything from simple utility scripts to modular
Servlet 3.0 applications.
|
Filename | Size |
---|---|
http-auth-sample-webapp-2.1.0-beta.1.pom | |
http-auth-sample-webapp-2.1.0-beta.1.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.1.0-beta.1</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.1.0-beta.1'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-sample-webapp/
implementation ("com.disney.groovity:http-auth-sample-webapp:2.1.0-beta.1")
'com.disney.groovity:http-auth-sample-webapp:war:2.1.0-beta.1'
<dependency org="com.disney.groovity" name="http-auth-sample-webapp" rev="2.1.0-beta.1">
<artifact name="http-auth-sample-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-sample-webapp', version='2.1.0-beta.1')
)
libraryDependencies += "com.disney.groovity" % "http-auth-sample-webapp" % "2.1.0-beta.1"
[com.disney.groovity/http-auth-sample-webapp "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
com.disney.groovity : http-auth-server | jar | 2.1.0-beta.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |