GroupId | GroupIdorg.apache.pluto |
---|---|
ArtifactId | ArtifactIdpluto-deploy |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
pluto-deploy-1.0.1.pom | |
pluto-deploy-1.0.1.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pluto/pluto-deploy/ -->
<dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>pluto-deploy</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-deploy/
implementation 'org.apache.pluto:pluto-deploy:1.0.1'
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-deploy/
implementation ("org.apache.pluto:pluto-deploy:1.0.1")
'org.apache.pluto:pluto-deploy:jar:1.0.1'
<dependency org="org.apache.pluto" name="pluto-deploy" rev="1.0.1">
<artifact name="pluto-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pluto', module='pluto-deploy', version='1.0.1')
)
libraryDependencies += "org.apache.pluto" % "pluto-deploy" % "1.0.1"
[org.apache.pluto/pluto-deploy "1.0.1"]