e

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