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