License |
License |
---|---|
GroupId | GroupIdcom.eed3si9n.expecty |
ArtifactId | ArtifactIdexpecty_3.0.0-RC2 |
Last Version | Last Version0.15.2 |
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_3.0.0-RC2-0.15.2.pom | |
expecty_3.0.0-RC2-0.15.2.jar | 126 KB |
expecty_3.0.0-RC2-0.15.2-sources.jar | 14 KB |
expecty_3.0.0-RC2-0.15.2-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_3.0.0-RC2/ -->
<dependency>
<groupId>com.eed3si9n.expecty</groupId>
<artifactId>expecty_3.0.0-RC2</artifactId>
<version>0.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_3.0.0-RC2/
implementation 'com.eed3si9n.expecty:expecty_3.0.0-RC2:0.15.2'
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_3.0.0-RC2/
implementation ("com.eed3si9n.expecty:expecty_3.0.0-RC2:0.15.2")
'com.eed3si9n.expecty:expecty_3.0.0-RC2:jar:0.15.2'
<dependency org="com.eed3si9n.expecty" name="expecty_3.0.0-RC2" rev="0.15.2">
<artifact name="expecty_3.0.0-RC2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eed3si9n.expecty', module='expecty_3.0.0-RC2', version='0.15.2')
)
libraryDependencies += "com.eed3si9n.expecty" % "expecty_3.0.0-RC2" % "0.15.2"
[com.eed3si9n.expecty/expecty_3.0.0-RC2 "0.15.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3.0.0-RC2 | jar | 3.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
com.eed3si9n.verify : verify_3.0.0-RC2 | jar | 1.0.0 |
com.novocode : junit-interface | jar | 0.11 |