u

util-plan-schemas

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