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