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