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