s

scala-test-more_2.10

Test library based on Perl's Test::More
https://github.com/doy/scala-test-more
MIT License
com.iinteractive
Jesse Luehrs
文件下载
文件名 操作
scala-test-more_2.10-0.03.jar 下载
scala-test-more_2.10-0.03.pom 下载
scala-test-more_2.10-0.03-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.iinteractive</groupId>
  <artifactId>scala-test-more_2.10</artifactId>
  <version>0.03</version>
</dependency>
Gradle Groovy
implementation 'com.iinteractive:scala-test-more_2.10:0.03'
Gradle Kotlin
implementation("com.iinteractive:scala-test-more_2.10:0.03")
Scala SBT
libraryDependencies += "com.iinteractive" % "scala-test-more_2.10" % "0.03"
Groovy Grape
@Grapes(
  @Grab(group='com.iinteractive', module='scala-test-more_2.10', version='0.03')
)
Apache Ivy
<dependency org="com.iinteractive" name="scala-test-more_2.10" rev="0.03" />
Leiningen
[com.iinteractive/scala-test-more_2.10 "0.03"]
Apache Buildr
'com.iinteractive:scala-test-more_2.10:jar:0.03'