o

ow2

The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology. OW2 mission is to develop open source code middleware and to foster a vibrant community and business ecosystem.
OW2 Consortium
Files download
File Operation
ow2-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.ow2</groupId>
  <artifactId>ow2</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2:ow2:1.1'
Gradle Kotlin
implementation("org.ow2:ow2:1.1")
Scala SBT
libraryDependencies += "org.ow2" % "ow2" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2', module='ow2', version='1.1')
)
Apache Ivy
<dependency org="org.ow2" name="ow2" rev="1.1" />
Leiningen
[org.ow2/ow2 "1.1"]
Apache Buildr
'org.ow2:ow2:jar:1.1'
Dependencies
The project has no third-party dependencies