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