e

expecty_native0.5_3

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.5_3-0.17.0.jar 下载
expecty_native0.5_3-0.17.0.pom 下载
expecty_native0.5_3-0.17.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.eed3si9n.expecty</groupId>
  <artifactId>expecty_native0.5_3</artifactId>
  <version>0.17.0</version>
</dependency>
Gradle Groovy
implementation 'com.eed3si9n.expecty:expecty_native0.5_3:0.17.0'
Gradle Kotlin
implementation("com.eed3si9n.expecty:expecty_native0.5_3:0.17.0")
Scala SBT
libraryDependencies += "com.eed3si9n.expecty" % "expecty_native0.5_3" % "0.17.0"
Groovy Grape
@Grapes(
  @Grab(group='com.eed3si9n.expecty', module='expecty_native0.5_3', version='0.17.0')
)
Apache Ivy
<dependency org="com.eed3si9n.expecty" name="expecty_native0.5_3" rev="0.17.0" />
Leiningen
[com.eed3si9n.expecty/expecty_native0.5_3 "0.17.0"]
Apache Buildr
'com.eed3si9n.expecty:expecty_native0.5_3:jar:0.17.0'