文件下载
文件名 操作
weepickle-core-v1_2.13-1.4.1.jar 下载
weepickle-core-v1_2.13-1.4.1.pom 下载
weepickle-core-v1_2.13-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rallyhealth</groupId>
  <artifactId>weepickle-core-v1_2.13</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.rallyhealth:weepickle-core-v1_2.13:1.4.1'
Gradle Kotlin
implementation("com.rallyhealth:weepickle-core-v1_2.13:1.4.1")
Scala SBT
libraryDependencies += "com.rallyhealth" % "weepickle-core-v1_2.13" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rallyhealth', module='weepickle-core-v1_2.13', version='1.4.1')
)
Apache Ivy
<dependency org="com.rallyhealth" name="weepickle-core-v1_2.13" rev="1.4.1" />
Leiningen
[com.rallyhealth/weepickle-core-v1_2.13 "1.4.1"]
Apache Buildr
'com.rallyhealth:weepickle-core-v1_2.13:jar:1.4.1'