License |
License |
---|---|
GroupId | GroupIdorg.neociclo.tools |
ArtifactId | ArtifactIdgshell-bootstrap |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionNeociclo GShell's Bootstrap Fork
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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gshell-bootstrap-1.0.1.pom | |
gshell-bootstrap-1.0.1.jar | 13 KB |
gshell-bootstrap-1.0.1-sources.jar | 8 KB |
gshell-bootstrap-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neociclo.tools/gshell-bootstrap/ -->
<dependency>
<groupId>org.neociclo.tools</groupId>
<artifactId>gshell-bootstrap</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.neociclo.tools/gshell-bootstrap/
implementation 'org.neociclo.tools:gshell-bootstrap:1.0.1'
// https://jarcasting.com/artifacts/org.neociclo.tools/gshell-bootstrap/
implementation ("org.neociclo.tools:gshell-bootstrap:1.0.1")
'org.neociclo.tools:gshell-bootstrap:jar:1.0.1'
<dependency org="org.neociclo.tools" name="gshell-bootstrap" rev="1.0.1">
<artifact name="gshell-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neociclo.tools', module='gshell-bootstrap', version='1.0.1')
)
libraryDependencies += "org.neociclo.tools" % "gshell-bootstrap" % "1.0.1"
[org.neociclo.tools/gshell-bootstrap "1.0.1"]