p

pallet-common

Common functions used across pallet projects
http://palletops.com
文件下载
文件名 操作
pallet-common-0.3.1.jar 下载
pallet-common-0.3.1.pom 下载
pallet-common-0.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cloudhoist</groupId>
  <artifactId>pallet-common</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.cloudhoist:pallet-common:0.3.1'
Gradle Kotlin
implementation("org.cloudhoist:pallet-common:0.3.1")
Scala SBT
libraryDependencies += "org.cloudhoist" % "pallet-common" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.cloudhoist', module='pallet-common', version='0.3.1')
)
Apache Ivy
<dependency org="org.cloudhoist" name="pallet-common" rev="0.3.1" />
Leiningen
[org.cloudhoist/pallet-common "0.3.1"]
Apache Buildr
'org.cloudhoist:pallet-common:jar:0.3.1'