is not current version
Last Version 5.7.0

org.objectweb.joram:parent 5.6.0

Builds the Joram project.

GroupId

GroupId

org.objectweb.joram
ArtifactId

ArtifactId

parent
Version

Version

5.6.0
Type

Type

jar

Download parent 5.6.0


<!-- https://jarcasting.com/artifacts/org.objectweb.joram/parent/ -->
<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>parent</artifactId>
    <version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/parent/
implementation 'org.objectweb.joram:parent:5.6.0'
// https://jarcasting.com/artifacts/org.objectweb.joram/parent/
implementation ("org.objectweb.joram:parent:5.6.0")
'org.objectweb.joram:parent:jar:5.6.0'
<dependency org="org.objectweb.joram" name="parent" rev="5.6.0">
  <artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='parent', version='5.6.0')
)
libraryDependencies += "org.objectweb.joram" % "parent" % "5.6.0"
[org.objectweb.joram/parent "5.6.0"]