e

expecty_0.16

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