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