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