u

util-plan-schemas

Schemas and bindings for the deployment plans and repositories
Files download
File Operation
util-plan-schemas-1.0.27.jar download
util-plan-schemas-1.0.27.pom download
util-plan-schemas-1.0.27-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.util</groupId>
  <artifactId>util-plan-schemas</artifactId>
  <version>1.0.27</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.util:util-plan-schemas:1.0.27'
Gradle Kotlin
implementation("org.ow2.util:util-plan-schemas:1.0.27")
Scala SBT
libraryDependencies += "org.ow2.util" % "util-plan-schemas" % "1.0.27"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util', module='util-plan-schemas', version='1.0.27')
)
Apache Ivy
<dependency org="org.ow2.util" name="util-plan-schemas" rev="1.0.27" />
Leiningen
[org.ow2.util/util-plan-schemas "1.0.27"]
Apache Buildr
'org.ow2.util:util-plan-schemas:jar:1.0.27'