o

ow2

OW2 is an open source community committed to making available to everyone the best and most reliable open source software, including generic enterprise applications and cloud computing technologies. The mission of OW2 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.
https://gitlab.ow2.org/ow2-lifecycle/ow2-parent-pom/
The Apache Software License, Version 2.0
OW2
Guillaume Sauthier Antoine Mottier
文件下载
文件名 操作
ow2-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.ow2</groupId>
  <artifactId>ow2</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2:ow2:2.0.0'
Gradle Kotlin
implementation("org.ow2:ow2:2.0.0")
Scala SBT
libraryDependencies += "org.ow2" % "ow2" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2', module='ow2', version='2.0.0')
)
Apache Ivy
<dependency org="org.ow2" name="ow2" rev="2.0.0" />
Leiningen
[org.ow2/ow2 "2.0.0"]
Apache Buildr
'org.ow2:ow2:jar:2.0.0'
本项目依赖
该项目无第三方依赖