is not current version
Last Version 2.0.0

org.ow2:ow2 1.3

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.

GroupId

GroupId

org.ow2
ArtifactId

ArtifactId

ow2
Version

Version

1.3
Type

Type

pom

Download ow2 1.3

Filename Size
ow2-1.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ow2/ow2/ -->
<dependency>
    <groupId>org.ow2</groupId>
    <artifactId>ow2</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2/ow2/
implementation 'org.ow2:ow2:1.3'
// https://jarcasting.com/artifacts/org.ow2/ow2/
implementation ("org.ow2:ow2:1.3")
'org.ow2:ow2:pom:1.3'
<dependency org="org.ow2" name="ow2" rev="1.3">
  <artifact name="ow2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2', module='ow2', version='1.3')
)
libraryDependencies += "org.ow2" % "ow2" % "1.3"
[org.ow2/ow2 "1.3"]