<dependency> <groupId>io.airlift</groupId> <artifactId>airline</artifactId> <version>0.8</version> </dependency>
implementation 'io.airlift:airline:0.8'
implementation("io.airlift:airline:0.8")
libraryDependencies += "io.airlift" % "airline" % "0.8"
@Grapes( @Grab(group='io.airlift', module='airline', version='0.8') )
<dependency org="io.airlift" name="airline" rev="0.8" />
[io.airlift/airline "0.8"]
'io.airlift:airline:jar:0.8'
<parent> <groupId>io.airlift</groupId> <artifactId>airbase</artifactId> <version>68</version> </parent>
compile
|-- javax.inject:javax.inject
|-- com.google.code.findbugs:jsr305
|-- com.google.guava:guava
test
|-- org.testng:testng