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