| Categories | CategoriesGeronimo Container Application Servers | 
|---|---|
| GroupId | GroupIdorg.apache.geronimo.gshell | 
| ArtifactId | ArtifactIdgshell-bootstrap | 
| Version | Version1.0-alpha-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| gshell-bootstrap-1.0-alpha-1.pom | |
| gshell-bootstrap-1.0-alpha-1.jar | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-bootstrap/ -->
<dependency>
    <groupId>org.apache.geronimo.gshell</groupId>
    <artifactId>gshell-bootstrap</artifactId>
    <version>1.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-bootstrap/
implementation 'org.apache.geronimo.gshell:gshell-bootstrap:1.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-bootstrap/
implementation ("org.apache.geronimo.gshell:gshell-bootstrap:1.0-alpha-1")'org.apache.geronimo.gshell:gshell-bootstrap:jar:1.0-alpha-1'<dependency org="org.apache.geronimo.gshell" name="gshell-bootstrap" rev="1.0-alpha-1">
  <artifact name="gshell-bootstrap" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.geronimo.gshell', module='gshell-bootstrap', version='1.0-alpha-1')
)libraryDependencies += "org.apache.geronimo.gshell" % "gshell-bootstrap" % "1.0-alpha-1"[org.apache.geronimo.gshell/gshell-bootstrap "1.0-alpha-1"]