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