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