e

expecty_native0.4_2.12

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