GroupId | GroupIdorg.objectweb.joram |
---|---|
ArtifactId | ArtifactIda3 |
Version | Version5.6.0 |
Type | Typepom |
Filename | Size |
---|---|
a3-5.6.0.pom | 726 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/a3/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>a3</artifactId>
<version>5.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/a3/
implementation 'org.objectweb.joram:a3:5.6.0'
// https://jarcasting.com/artifacts/org.objectweb.joram/a3/
implementation ("org.objectweb.joram:a3:5.6.0")
'org.objectweb.joram:a3:pom:5.6.0'
<dependency org="org.objectweb.joram" name="a3" rev="5.6.0">
<artifact name="a3" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='a3', version='5.6.0')
)
libraryDependencies += "org.objectweb.joram" % "a3" % "5.6.0"
[org.objectweb.joram/a3 "5.6.0"]