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