| GroupId | GroupIdio.airlift |
|---|---|
| ArtifactId | ArtifactIdbootstrap |
| Version | Version0.117 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-0.117.pom | |
| bootstrap-0.117.jar | 22 KB |
| bootstrap-0.117-tests.jar | 20 KB |
| bootstrap-0.117-test-sources.jar | 15 KB |
| bootstrap-0.117-sources.jar | 11 KB |
| bootstrap-0.117-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/bootstrap/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>bootstrap</artifactId>
<version>0.117</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/bootstrap/
implementation 'io.airlift:bootstrap:0.117'
// https://jarcasting.com/artifacts/io.airlift/bootstrap/
implementation ("io.airlift:bootstrap:0.117")
'io.airlift:bootstrap:jar:0.117'
<dependency org="io.airlift" name="bootstrap" rev="0.117">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='bootstrap', version='0.117')
)
libraryDependencies += "io.airlift" % "bootstrap" % "0.117"
[io.airlift/bootstrap "0.117"]