License |
License |
---|---|
GroupId | GroupIdcom.eed3si9n.expecty |
ArtifactId | ArtifactIdexpecty_2.11 |
Last Version | Last Version0.15.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpecty
Power assertions (as known from Groovy and Spock) for the Scala language.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
expecty_2.11-0.15.4.pom | |
expecty_2.11-0.15.4.jar | 52 KB |
expecty_2.11-0.15.4-sources.jar | 9 KB |
expecty_2.11-0.15.4-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_2.11/ -->
<dependency>
<groupId>com.eed3si9n.expecty</groupId>
<artifactId>expecty_2.11</artifactId>
<version>0.15.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_2.11/
implementation 'com.eed3si9n.expecty:expecty_2.11:0.15.4'
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_2.11/
implementation ("com.eed3si9n.expecty:expecty_2.11:0.15.4")
'com.eed3si9n.expecty:expecty_2.11:jar:0.15.4'
<dependency org="com.eed3si9n.expecty" name="expecty_2.11" rev="0.15.4">
<artifact name="expecty_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eed3si9n.expecty', module='expecty_2.11', version='0.15.4')
)
libraryDependencies += "com.eed3si9n.expecty" % "expecty_2.11" % "0.15.4"
[com.eed3si9n.expecty/expecty_2.11 "0.15.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.scala-lang : scala-reflect | jar | 2.11.12 |
Group / Artifact | Type | Version |
---|---|---|
com.eed3si9n.verify : verify_2.11 | jar | 1.0.0 |
com.novocode : junit-interface | jar | 0.11 |