e

expecty_native0.3_2.11

Power assertions (as known from Groovy and Spock) for the Scala language.
https://github.com/eed3si9n/expecty
Apache 2
eed3si9n
Peter Niederwieser Eugene Yokota
文件下载
文件名 操作
expecty_native0.3_2.11-0.15.1.jar 下载
expecty_native0.3_2.11-0.15.1.pom 下载
expecty_native0.3_2.11-0.15.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.eed3si9n.expecty</groupId>
  <artifactId>expecty_native0.3_2.11</artifactId>
  <version>0.15.1</version>
</dependency>
Gradle Groovy
implementation 'com.eed3si9n.expecty:expecty_native0.3_2.11:0.15.1'
Gradle Kotlin
implementation("com.eed3si9n.expecty:expecty_native0.3_2.11:0.15.1")
Scala SBT
libraryDependencies += "com.eed3si9n.expecty" % "expecty_native0.3_2.11" % "0.15.1"
Groovy Grape
@Grapes(
  @Grab(group='com.eed3si9n.expecty', module='expecty_native0.3_2.11', version='0.15.1')
)
Apache Ivy
<dependency org="com.eed3si9n.expecty" name="expecty_native0.3_2.11" rev="0.15.1" />
Leiningen
[com.eed3si9n.expecty/expecty_native0.3_2.11 "0.15.1"]
Apache Buildr
'com.eed3si9n.expecty:expecty_native0.3_2.11:jar:0.15.1'