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