GroupId | GroupIdorg.ow2.jotm |
---|---|
ArtifactId | ArtifactIdow2-jotm-dist |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
ow2-jotm-dist-2.1.8.pom | 4 KB |
ow2-jotm-dist-2.1.8-client.jar | 925 KB |
ow2-jotm-dist-2.1.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jotm/ow2-jotm-dist/
implementation 'org.ow2.jotm:ow2-jotm-dist:2.1.8'
// https://jarcasting.com/artifacts/org.ow2.jotm/ow2-jotm-dist/
implementation ("org.ow2.jotm:ow2-jotm-dist:2.1.8")
'org.ow2.jotm:ow2-jotm-dist:jar:2.1.8'
<dependency org="org.ow2.jotm" name="ow2-jotm-dist" rev="2.1.8">
<artifact name="ow2-jotm-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jotm', module='ow2-jotm-dist', version='2.1.8')
)
libraryDependencies += "org.ow2.jotm" % "ow2-jotm-dist" % "2.1.8"
[org.ow2.jotm/ow2-jotm-dist "2.1.8"]