GroupId | GroupIdorg.ow2.util |
---|---|
ArtifactId | ArtifactIdutil-plan-deployer |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
util-plan-deployer-1.0.10.pom | |
util-plan-deployer-1.0.10.jar | 14 KB |
util-plan-deployer-1.0.10-sources.jar | 13 KB |
util-plan-deployer-1.0.10-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util/util-plan-deployer/ -->
<dependency>
<groupId>org.ow2.util</groupId>
<artifactId>util-plan-deployer</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util/util-plan-deployer/
implementation 'org.ow2.util:util-plan-deployer:1.0.10'
// https://jarcasting.com/artifacts/org.ow2.util/util-plan-deployer/
implementation ("org.ow2.util:util-plan-deployer:1.0.10")
'org.ow2.util:util-plan-deployer:jar:1.0.10'
<dependency org="org.ow2.util" name="util-plan-deployer" rev="1.0.10">
<artifact name="util-plan-deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util', module='util-plan-deployer', version='1.0.10')
)
libraryDependencies += "org.ow2.util" % "util-plan-deployer" % "1.0.10"
[org.ow2.util/util-plan-deployer "1.0.10"]