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