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