<dependency> <groupId>io.axway.alf</groupId> <artifactId>logger-log4j</artifactId> <version>0.1.0</version> </dependency>
implementation 'io.axway.alf:logger-log4j:0.1.0'
implementation("io.axway.alf:logger-log4j:0.1.0")
libraryDependencies += "io.axway.alf" % "logger-log4j" % "0.1.0"
@Grapes( @Grab(group='io.axway.alf', module='logger-log4j', version='0.1.0') )
<dependency org="io.axway.alf" name="logger-log4j" rev="0.1.0" />
[io.axway.alf/logger-log4j "0.1.0"]
'io.axway.alf:logger-log4j:jar:0.1.0'
compile
|-- io.axway.alf:logger-api:0.1.0
|-- log4j:log4j:1.2.17
provided
|-- com.google.code.findbugs:jsr305:3.0.2