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