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