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