<dependency> <groupId>io.airlift</groupId> <artifactId>log-manager</artifactId> <version>202</version> </dependency>
implementation 'io.airlift:log-manager:202'
implementation("io.airlift:log-manager:202")
libraryDependencies += "io.airlift" % "log-manager" % "202"
@Grapes( @Grab(group='io.airlift', module='log-manager', version='202') )
<dependency org="io.airlift" name="log-manager" rev="202" />
[io.airlift/log-manager "202"]
'io.airlift:log-manager:jar:202'
<parent> <groupId>io.airlift</groupId> <artifactId>airlift</artifactId> <version>202</version> </parent>
compile
|-- io.airlift:configuration
|-- io.airlift:log
|-- io.airlift:units
|-- ch.qos.logback:logback-core
|-- com.google.inject:guice
|-- com.google.guava:guava
|-- org.weakref:jmxutils
|-- javax.inject:javax.inject
|-- com.google.code.findbugs:jsr305
runtime
|-- org.slf4j:slf4j-jdk14
|-- org.slf4j:log4j-over-slf4j
|-- org.slf4j:jcl-over-slf4j
test
|-- org.testng:testng