GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdpallet-common |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
pallet-common-0.2.0.pom | |
pallet-common-0.2.0.jar | 9 KB |
pallet-common-0.2.0-tests.jar | 6 KB |
pallet-common-0.2.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/pallet-common/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>pallet-common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/pallet-common/
implementation 'org.cloudhoist:pallet-common:0.2.0'
// https://jarcasting.com/artifacts/org.cloudhoist/pallet-common/
implementation ("org.cloudhoist:pallet-common:0.2.0")
'org.cloudhoist:pallet-common:jar:0.2.0'
<dependency org="org.cloudhoist" name="pallet-common" rev="0.2.0">
<artifact name="pallet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='pallet-common', version='0.2.0')
)
libraryDependencies += "org.cloudhoist" % "pallet-common" % "0.2.0"
[org.cloudhoist/pallet-common "0.2.0"]