License |
License |
---|---|
GroupId | GroupIdcom.disney.groovity |
ArtifactId | ArtifactIdhttp-auth-server |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Description |
DescriptionHTTP Authorization Server Library
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.
|
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-server</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/
implementation 'com.disney.groovity:http-auth-server:2.1.0-beta.1'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-server/
implementation ("com.disney.groovity:http-auth-server:2.1.0-beta.1")
'com.disney.groovity:http-auth-server:jar:2.1.0-beta.1'
<dependency org="com.disney.groovity" name="http-auth-server" rev="2.1.0-beta.1">
<artifact name="http-auth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-server', version='2.1.0-beta.1')
)
libraryDependencies += "com.disney.groovity" % "http-auth-server" % "2.1.0-beta.1"
[com.disney.groovity/http-auth-server "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
com.disney.groovity : http-auth-core | jar | 2.1.0-beta.1 |
com.disney.groovity : uri-parcel-core | jar | 2.1.0-beta.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.23.RELEASE |
org.bouncycastle : bcprov-jdk15on | jar | 1.61 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.61 |
junit : junit | jar | 4.12 |