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