Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.cluster |
ArtifactId | ArtifactIdgms-bootstrap |
Version | Version4.0-b72 |
Type | Typejar |
Filename | Size |
---|---|
gms-bootstrap-4.0-b72.pom | |
gms-bootstrap-4.0-b72.jar | 21 KB |
gms-bootstrap-4.0-b72-sources.jar | 15 KB |
gms-bootstrap-4.0-b72-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.cluster/gms-bootstrap/ -->
<dependency>
<groupId>org.glassfish.main.cluster</groupId>
<artifactId>gms-bootstrap</artifactId>
<version>4.0-b72</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.cluster/gms-bootstrap/
implementation 'org.glassfish.main.cluster:gms-bootstrap:4.0-b72'
// https://jarcasting.com/artifacts/org.glassfish.main.cluster/gms-bootstrap/
implementation ("org.glassfish.main.cluster:gms-bootstrap:4.0-b72")
'org.glassfish.main.cluster:gms-bootstrap:jar:4.0-b72'
<dependency org="org.glassfish.main.cluster" name="gms-bootstrap" rev="4.0-b72">
<artifact name="gms-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.cluster', module='gms-bootstrap', version='4.0-b72')
)
libraryDependencies += "org.glassfish.main.cluster" % "gms-bootstrap" % "4.0-b72"
[org.glassfish.main.cluster/gms-bootstrap "4.0-b72"]