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