<dependency> <groupId>uk.me.mjt</groupId> <artifactId>log4j-json</artifactId> <version>1.0</version> </dependency>
implementation 'uk.me.mjt:log4j-json:1.0'
implementation("uk.me.mjt:log4j-json:1.0")
libraryDependencies += "uk.me.mjt" % "log4j-json" % "1.0"
@Grapes( @Grab(group='uk.me.mjt', module='log4j-json', version='1.0') )
<dependency org="uk.me.mjt" name="log4j-json" rev="1.0" />
[uk.me.mjt/log4j-json "1.0"]
'uk.me.mjt:log4j-json:jar:1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- log4j:log4j:1.2.16
|-- com.google.code.gson:gson:2.2.2
test
|-- junit:junit:4.10