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