o

ow2-jotm-dist

Files download
File Operation
ow2-jotm-dist-2.3.1-M1.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.jotm</groupId>
  <artifactId>ow2-jotm-dist</artifactId>
  <version>2.3.1-M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.jotm:ow2-jotm-dist:2.3.1-M1'
Gradle Kotlin
implementation("org.ow2.jotm:ow2-jotm-dist:2.3.1-M1")
Scala SBT
libraryDependencies += "org.ow2.jotm" % "ow2-jotm-dist" % "2.3.1-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.jotm', module='ow2-jotm-dist', version='2.3.1-M1')
)
Apache Ivy
<dependency org="org.ow2.jotm" name="ow2-jotm-dist" rev="2.3.1-M1" />
Leiningen
[org.ow2.jotm/ow2-jotm-dist "2.3.1-M1"]
Apache Buildr
'org.ow2.jotm:ow2-jotm-dist:jar:2.3.1-M1'