GroupId | GroupIdcom.facebook.airlift |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version0.189 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-0.189.pom | |
bootstrap-0.189.jar | 23 KB |
bootstrap-0.189-tests.jar | 24 KB |
bootstrap-0.189-test-sources.jar | 20 KB |
bootstrap-0.189-sources.jar | 14 KB |
bootstrap-0.189-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.airlift/bootstrap/ -->
<dependency>
<groupId>com.facebook.airlift</groupId>
<artifactId>bootstrap</artifactId>
<version>0.189</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.airlift/bootstrap/
implementation 'com.facebook.airlift:bootstrap:0.189'
// https://jarcasting.com/artifacts/com.facebook.airlift/bootstrap/
implementation ("com.facebook.airlift:bootstrap:0.189")
'com.facebook.airlift:bootstrap:jar:0.189'
<dependency org="com.facebook.airlift" name="bootstrap" rev="0.189">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.airlift', module='bootstrap', version='0.189')
)
libraryDependencies += "com.facebook.airlift" % "bootstrap" % "0.189"
[com.facebook.airlift/bootstrap "0.189"]