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