License |
License |
---|---|
GroupId | GroupIdcom.eed3si9n.expecty |
ArtifactId | ArtifactIdexpecty_0.16 |
Version | Version0.12.0 |
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_0.16-0.12.0.pom | |
expecty_0.16-0.12.0.jar | 49 KB |
expecty_0.16-0.12.0-sources.jar | 9 KB |
expecty_0.16-0.12.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_0.16/ -->
<dependency>
<groupId>com.eed3si9n.expecty</groupId>
<artifactId>expecty_0.16</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_0.16/
implementation 'com.eed3si9n.expecty:expecty_0.16:0.12.0'
// https://jarcasting.com/artifacts/com.eed3si9n.expecty/expecty_0.16/
implementation ("com.eed3si9n.expecty:expecty_0.16:0.12.0")
'com.eed3si9n.expecty:expecty_0.16:jar:0.12.0'
<dependency org="com.eed3si9n.expecty" name="expecty_0.16" rev="0.12.0">
<artifact name="expecty_0.16" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eed3si9n.expecty', module='expecty_0.16', version='0.12.0')
)
libraryDependencies += "com.eed3si9n.expecty" % "expecty_0.16" % "0.12.0"
[com.eed3si9n.expecty/expecty_0.16 "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.epfl.lamp : dotty-library_0.16 | jar | 0.16.0-RC3 |
Group / Artifact | Type | Version |
---|---|---|
com.novocode : junit-interface | jar | 0.11 |