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