License |
License |
---|---|
GroupId | GroupIdorg.ow2.util |
ArtifactId | ArtifactIdutil-deployment |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOW2 Util :: Deployment
Manage the Deployment stuff
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
util-deployment-1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util/util-deployment/ -->
<dependency>
<groupId>org.ow2.util</groupId>
<artifactId>util-deployment</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util/util-deployment/
implementation 'org.ow2.util:util-deployment:1.0.4'
// https://jarcasting.com/artifacts/org.ow2.util/util-deployment/
implementation ("org.ow2.util:util-deployment:1.0.4")
'org.ow2.util:util-deployment:pom:1.0.4'
<dependency org="org.ow2.util" name="util-deployment" rev="1.0.4">
<artifact name="util-deployment" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util', module='util-deployment', version='1.0.4')
)
libraryDependencies += "org.ow2.util" % "util-deployment" % "1.0.4"
[org.ow2.util/util-deployment "1.0.4"]