g

griffon-shell

Griffon interactive shell
http://griffon-framework.org
The Apache Software License, Version 2.0
Andres Almiray Danno Ferrin James Williams Alexander Klein Rene Groeschke
Files download
File Operation
griffon-shell-1.0.0.jar download
griffon-shell-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.griffon</groupId>
  <artifactId>griffon-shell</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.griffon:griffon-shell:1.0.0'
Gradle Kotlin
implementation("org.codehaus.griffon:griffon-shell:1.0.0")
Scala SBT
libraryDependencies += "org.codehaus.griffon" % "griffon-shell" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.griffon', module='griffon-shell', version='1.0.0')
)
Apache Ivy
<dependency org="org.codehaus.griffon" name="griffon-shell" rev="1.0.0" />
Leiningen
[org.codehaus.griffon/griffon-shell "1.0.0"]
Apache Buildr
'org.codehaus.griffon:griffon-shell:jar:1.0.0'