g

groovity-parent

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://github.com/disney/groovity
The Apache License, Version 2.0 Common Development and Distribution License The MIT License The 3-Clause BSD License
Alex Vigdor
Files download
File Operation
groovity-parent-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.disney.groovity</groupId>
  <artifactId>groovity-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.disney.groovity:groovity-parent:2.0.0'
Gradle Kotlin
implementation("com.disney.groovity:groovity-parent:2.0.0")
Scala SBT
libraryDependencies += "com.disney.groovity" % "groovity-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.disney.groovity', module='groovity-parent', version='2.0.0')
)
Apache Ivy
<dependency org="com.disney.groovity" name="groovity-parent" rev="2.0.0" />
Leiningen
[com.disney.groovity/groovity-parent "2.0.0"]
Apache Buildr
'com.disney.groovity:groovity-parent:jar:2.0.0'
Dependencies