GroupId | GroupIdio.github.openvega |
---|---|
ArtifactId | ArtifactIdopenomd |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
openomd-1.0.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.openvega/openomd/ -->
<dependency>
<groupId>io.github.openvega</groupId>
<artifactId>openomd</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openvega/openomd/
implementation 'io.github.openvega:openomd:1.0.2'
// https://jarcasting.com/artifacts/io.github.openvega/openomd/
implementation ("io.github.openvega:openomd:1.0.2")
'io.github.openvega:openomd:pom:1.0.2'
<dependency org="io.github.openvega" name="openomd" rev="1.0.2">
<artifact name="openomd" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openvega', module='openomd', version='1.0.2')
)
libraryDependencies += "io.github.openvega" % "openomd" % "1.0.2"
[io.github.openvega/openomd "1.0.2"]