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