is not current version
Last Version 0.3.1

org.cloudhoist:pallet-common 0.3.0

Common functions used across pallet projects

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

pallet-common
Version

Version

0.3.0
Type

Type

jar

Download pallet-common 0.3.0


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