Files download
File Operation
library-0.67.pom download
Apache Maven
<dependency>
  <groupId>io.airlift</groupId>
  <artifactId>library</artifactId>
  <version>0.67</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.airlift:library:0.67'
Gradle Kotlin
implementation("io.airlift:library:0.67")
Scala SBT
libraryDependencies += "io.airlift" % "library" % "0.67"
Groovy Grape
@Grapes(
  @Grab(group='io.airlift', module='library', version='0.67')
)
Apache Ivy
<dependency org="io.airlift" name="library" rev="0.67" />
Leiningen
[io.airlift/library "0.67"]
Apache Buildr
'io.airlift:library:jar:0.67'
Dependencies
The project has no third-party dependencies