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