Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.extras |
ArtifactId | ArtifactIdglassfish-embedded-static-shell |
Version | Version6.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-static-shell/ -->
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>glassfish-embedded-static-shell</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-static-shell/
implementation 'org.glassfish.main.extras:glassfish-embedded-static-shell:6.0.0'
// https://jarcasting.com/artifacts/org.glassfish.main.extras/glassfish-embedded-static-shell/
implementation ("org.glassfish.main.extras:glassfish-embedded-static-shell:6.0.0")
'org.glassfish.main.extras:glassfish-embedded-static-shell:jar:6.0.0'
<dependency org="org.glassfish.main.extras" name="glassfish-embedded-static-shell" rev="6.0.0">
<artifact name="glassfish-embedded-static-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.extras', module='glassfish-embedded-static-shell', version='6.0.0')
)
libraryDependencies += "org.glassfish.main.extras" % "glassfish-embedded-static-shell" % "6.0.0"
[org.glassfish.main.extras/glassfish-embedded-static-shell "6.0.0"]