u

util-plan-deployer

Deployer for the deployment plans and repositories data
文件下载
文件名 操作
util-plan-deployer-1.0.17.jar 下载
util-plan-deployer-1.0.17.pom 下载
util-plan-deployer-1.0.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.util</groupId>
  <artifactId>util-plan-deployer</artifactId>
  <version>1.0.17</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.util:util-plan-deployer:1.0.17'
Gradle Kotlin
implementation("org.ow2.util:util-plan-deployer:1.0.17")
Scala SBT
libraryDependencies += "org.ow2.util" % "util-plan-deployer" % "1.0.17"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util', module='util-plan-deployer', version='1.0.17')
)
Apache Ivy
<dependency org="org.ow2.util" name="util-plan-deployer" rev="1.0.17" />
Leiningen
[org.ow2.util/util-plan-deployer "1.0.17"]
Apache Buildr
'org.ow2.util:util-plan-deployer:jar:1.0.17'