o

ow2

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