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