| Categories |
CategoriesWildFly Container Application Servers |
|---|---|
| GroupId | GroupIdorg.wildfly.swarm |
| ArtifactId | ArtifactIdbootstrap |
| Version | Version2016.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-2016.10.0.pom | |
| bootstrap-2016.10.0.jar | 695 KB |
| bootstrap-2016.10.0-sources.jar | 52 KB |
| bootstrap-2016.10.0-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/bootstrap/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>bootstrap</artifactId>
<version>2016.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/bootstrap/
implementation 'org.wildfly.swarm:bootstrap:2016.10.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/bootstrap/
implementation ("org.wildfly.swarm:bootstrap:2016.10.0")
'org.wildfly.swarm:bootstrap:jar:2016.10.0'
<dependency org="org.wildfly.swarm" name="bootstrap" rev="2016.10.0">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='bootstrap', version='2016.10.0')
)
libraryDependencies += "org.wildfly.swarm" % "bootstrap" % "2016.10.0"
[org.wildfly.swarm/bootstrap "2016.10.0"]