GroupId | GroupIdorg.ow2.jotm |
---|---|
ArtifactId | ArtifactIdow2-jotm-dist |
Version | Version2.1.7 |
Type | Typejar |
Filename | Size |
---|---|
ow2-jotm-dist-2.1.7.pom | 4 KB |
ow2-jotm-dist-2.1.7-client.jar | 925 KB |
ow2-jotm-dist-2.1.7-bin.tar.gz | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jotm/ow2-jotm-dist/ -->
<dependency>
<groupId>org.ow2.jotm</groupId>
<artifactId>ow2-jotm-dist</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jotm/ow2-jotm-dist/
implementation 'org.ow2.jotm:ow2-jotm-dist:2.1.7'
// https://jarcasting.com/artifacts/org.ow2.jotm/ow2-jotm-dist/
implementation ("org.ow2.jotm:ow2-jotm-dist:2.1.7")
'org.ow2.jotm:ow2-jotm-dist:jar:2.1.7'
<dependency org="org.ow2.jotm" name="ow2-jotm-dist" rev="2.1.7">
<artifact name="ow2-jotm-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jotm', module='ow2-jotm-dist', version='2.1.7')
)
libraryDependencies += "org.ow2.jotm" % "ow2-jotm-dist" % "2.1.7"
[org.ow2.jotm/ow2-jotm-dist "2.1.7"]