is not current version
Last Version 2.0.0

org.ow2:ow2 1.0

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.

GroupId

GroupId

org.ow2
ArtifactId

ArtifactId

ow2
Version

Version

1.0
Type

Type

pom

Download ow2 1.0

Filename Size
ow2-1.0.pom 3 KB
Browse

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