GroupId | GroupIdorg.ow2.util |
---|---|
ArtifactId | ArtifactIdutil-plan-deployer |
Version | Version1.0.32 |
Type | Typejar |
Filename | Size |
---|---|
util-plan-deployer-1.0.32.pom | |
util-plan-deployer-1.0.32.jar | 16 KB |
util-plan-deployer-1.0.32-sources.jar | 15 KB |
util-plan-deployer-1.0.32-javadoc.jar | 71 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.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util/util-plan-deployer/
implementation 'org.ow2.util:util-plan-deployer:1.0.32'
// https://jarcasting.com/artifacts/org.ow2.util/util-plan-deployer/
implementation ("org.ow2.util:util-plan-deployer:1.0.32")
'org.ow2.util:util-plan-deployer:jar:1.0.32'
<dependency org="org.ow2.util" name="util-plan-deployer" rev="1.0.32">
<artifact name="util-plan-deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util', module='util-plan-deployer', version='1.0.32')
)
libraryDependencies += "org.ow2.util" % "util-plan-deployer" % "1.0.32"
[org.ow2.util/util-plan-deployer "1.0.32"]