GroupId | GroupIdio.axway.alf |
---|---|
ArtifactId | ArtifactIdalf |
Version | Version0.8.0 |
Type | Typepom |
Filename | Size |
---|---|
alf-0.8.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.axway.alf/alf/ -->
<dependency>
<groupId>io.axway.alf</groupId>
<artifactId>alf</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.axway.alf/alf/
implementation 'io.axway.alf:alf:0.8.0'
// https://jarcasting.com/artifacts/io.axway.alf/alf/
implementation ("io.axway.alf:alf:0.8.0")
'io.axway.alf:alf:pom:0.8.0'
<dependency org="io.axway.alf" name="alf" rev="0.8.0">
<artifact name="alf" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.axway.alf', module='alf', version='0.8.0')
)
libraryDependencies += "io.axway.alf" % "alf" % "0.8.0"
[io.axway.alf/alf "0.8.0"]