License |
License |
---|---|
GroupId | GroupIdcom.disney.groovity |
ArtifactId | ArtifactIdgroovity-core |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Description |
DescriptionGroovity core compiler, runtime and tag 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.
|
Filename | Size |
---|---|
groovity-core-2.1.0-beta.1.pom | |
groovity-core-2.1.0-beta.1.jar | 410 KB |
groovity-core-2.1.0-beta.1-sources.jar | 254 KB |
groovity-core-2.1.0-beta.1-javadoc.jar | 901 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/groovity-core/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>groovity-core</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-core/
implementation 'com.disney.groovity:groovity-core:2.1.0-beta.1'
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-core/
implementation ("com.disney.groovity:groovity-core:2.1.0-beta.1")
'com.disney.groovity:groovity-core:jar:2.1.0-beta.1'
<dependency org="com.disney.groovity" name="groovity-core" rev="2.1.0-beta.1">
<artifact name="groovity-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='groovity-core', version='2.1.0-beta.1')
)
libraryDependencies += "com.disney.groovity" % "groovity-core" % "2.1.0-beta.1"
[com.disney.groovity/groovity-core "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | pom | 2.5.6 |
org.codehaus.groovy : groovy-dateutil | jar | 2.5.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
org.apache.httpcomponents : httpmime | jar | 4.5.8 |
com.disney.groovity : http-auth-client | jar | 2.1.0-beta.1 |
com.disney.groovity : uri-parcel-core | jar | 2.1.0-beta.1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.tomakehurst : wiremock-standalone | jar | 2.23.2 |
junit : junit | jar | 4.12 |