Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.extras |
ArtifactId | ArtifactIdglassfish-embedded-shell-jar |
Version | Version5.1.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
glassfish-embedded-shell-jar-5.1.0-RC2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-shell-jar/ -->
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>glassfish-embedded-shell-jar</artifactId>
<version>5.1.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-shell-jar/
implementation 'org.glassfish.main.extras:glassfish-embedded-shell-jar:5.1.0-RC2'
// https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-shell-jar/
implementation ("org.glassfish.main.extras:glassfish-embedded-shell-jar:5.1.0-RC2")
'org.glassfish.main.extras:glassfish-embedded-shell-jar:pom:5.1.0-RC2'
<dependency org="org.glassfish.main.extras" name="glassfish-embedded-shell-jar" rev="5.1.0-RC2">
<artifact name="glassfish-embedded-shell-jar" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.extras', module='glassfish-embedded-shell-jar', version='5.1.0-RC2')
)
libraryDependencies += "org.glassfish.main.extras" % "glassfish-embedded-shell-jar" % "5.1.0-RC2"
[org.glassfish.main.extras/glassfish-embedded-shell-jar "5.1.0-RC2"]