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