g

gshell-bootstrap

Provides the tiny GShell bootstrap jar to keep platform scripts as simple as possible. This is a fork of lastest (1.0-alpha-3-snapshot) version. It implements issue GSHELL-127. For more info check http://issues.apache.org/jira/browse/GSHELL-127
http://www.neociclo.org/tools
GNU AFFERO GENERAL PUBLIC LICENSE v3
Neociclo
Rafael Marins Bruno Borges
Files download
File Operation
gshell-bootstrap-1.0.1.jar download
gshell-bootstrap-1.0.1.pom download
gshell-bootstrap-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neociclo.tools</groupId>
  <artifactId>gshell-bootstrap</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.neociclo.tools:gshell-bootstrap:1.0.1'
Gradle Kotlin
implementation("org.neociclo.tools:gshell-bootstrap:1.0.1")
Scala SBT
libraryDependencies += "org.neociclo.tools" % "gshell-bootstrap" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.neociclo.tools', module='gshell-bootstrap', version='1.0.1')
)
Apache Ivy
<dependency org="org.neociclo.tools" name="gshell-bootstrap" rev="1.0.1" />
Leiningen
[org.neociclo.tools/gshell-bootstrap "1.0.1"]
Apache Buildr
'org.neociclo.tools:gshell-bootstrap:jar:1.0.1'