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