is not current version
Last Version 0.8.0-alpha.9

org.cloudhoist:pallet 0.7.1

Pallet, DevOps for the JVM Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

pallet
Version

Version

0.7.1
Type

Type

jar

Download pallet 0.7.1


<!-- https://jarcasting.com/artifacts/org.cloudhoist/pallet/ -->
<dependency>
    <groupId>org.cloudhoist</groupId>
    <artifactId>pallet</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/pallet/
implementation 'org.cloudhoist:pallet:0.7.1'
// https://jarcasting.com/artifacts/org.cloudhoist/pallet/
implementation ("org.cloudhoist:pallet:0.7.1")
'org.cloudhoist:pallet:jar:0.7.1'
<dependency org="org.cloudhoist" name="pallet" rev="0.7.1">
  <artifact name="pallet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='pallet', version='0.7.1')
)
libraryDependencies += "org.cloudhoist" % "pallet" % "0.7.1"
[org.cloudhoist/pallet "0.7.1"]