<dependency> <groupId>com.firedrum</groupId> <artifactId>influxdb-log4j2</artifactId> <version>0.2.0</version> </dependency>
implementation 'com.firedrum:influxdb-log4j2:0.2.0'
implementation("com.firedrum:influxdb-log4j2:0.2.0")
libraryDependencies += "com.firedrum" % "influxdb-log4j2" % "0.2.0"
@Grapes( @Grab(group='com.firedrum', module='influxdb-log4j2', version='0.2.0') )
<dependency org="com.firedrum" name="influxdb-log4j2" rev="0.2.0" />
[com.firedrum/influxdb-log4j2 "0.2.0"]
'com.firedrum:influxdb-log4j2:jar:0.2.0'
compile
|-- org.apache.logging.log4j:log4j-api:2.8.2
|-- org.apache.logging.log4j:log4j-core:2.8.2
|-- org.apache.logging.log4j:log4j-nosql:2.8.2
|-- org.influxdb:influxdb-java:2.5
|-- org.json:json:20160810