| GroupId | GroupIdorg.jomc |
|---|---|
| ArtifactId | ArtifactIdjomc-model |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jomc-model-1.1.pom | |
| jomc-model-1.1.jar | 155 KB |
| jomc-model-1.1-sources.jar | 142 KB |
| jomc-model-1.1-schemas.jar | 28 KB |
| jomc-model-1.1-license.txt | 1 KB |
| jomc-model-1.1-javadoc.jar | 1 MB |
| jomc-model-1.1-changes.xml | 2 KB |
| jomc-model-1.1-changes.xhtml | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jomc/jomc-model/ -->
<dependency>
<groupId>org.jomc</groupId>
<artifactId>jomc-model</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jomc/jomc-model/
implementation 'org.jomc:jomc-model:1.1'
// https://jarcasting.com/artifacts/org.jomc/jomc-model/
implementation ("org.jomc:jomc-model:1.1")
'org.jomc:jomc-model:jar:1.1'
<dependency org="org.jomc" name="jomc-model" rev="1.1">
<artifact name="jomc-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jomc', module='jomc-model', version='1.1')
)
libraryDependencies += "org.jomc" % "jomc-model" % "1.1"
[org.jomc/jomc-model "1.1"]