GroupId | GroupIdorg.objectweb.joram |
---|---|
ArtifactId | ArtifactIdjoram-mom |
Version | Version5.2.4 |
Type | Typejar |
Filename | Size |
---|---|
joram-mom-5.2.4.pom | |
joram-mom-5.2.4.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/joram-mom/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>joram-mom</artifactId>
<version>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-mom/
implementation 'org.objectweb.joram:joram-mom:5.2.4'
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-mom/
implementation ("org.objectweb.joram:joram-mom:5.2.4")
'org.objectweb.joram:joram-mom:jar:5.2.4'
<dependency org="org.objectweb.joram" name="joram-mom" rev="5.2.4">
<artifact name="joram-mom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='joram-mom', version='5.2.4')
)
libraryDependencies += "org.objectweb.joram" % "joram-mom" % "5.2.4"
[org.objectweb.joram/joram-mom "5.2.4"]