| GroupId | GroupIdio.github.pathus90 |
|---|---|
| ArtifactId | ArtifactIdom4j |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| om4j-1.0.0.pom | |
| om4j-1.0.0.jar | 27 KB |
| om4j-1.0.0-sources.jar | 10 KB |
| om4j-1.0.0-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pathus90/om4j/ -->
<dependency>
<groupId>io.github.pathus90</groupId>
<artifactId>om4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pathus90/om4j/
implementation 'io.github.pathus90:om4j:1.0.0'
// https://jarcasting.com/artifacts/io.github.pathus90/om4j/
implementation ("io.github.pathus90:om4j:1.0.0")
'io.github.pathus90:om4j:jar:1.0.0'
<dependency org="io.github.pathus90" name="om4j" rev="1.0.0">
<artifact name="om4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pathus90', module='om4j', version='1.0.0')
)
libraryDependencies += "io.github.pathus90" % "om4j" % "1.0.0"
[io.github.pathus90/om4j "1.0.0"]