u

util-plan-schemas

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