| License |
License |
|---|---|
| GroupId | GroupIdcom.redfin |
| ArtifactId | ArtifactIdcontractual |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionContractual
A Java library of JUnit 5 test contracts.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| contractual-3.0.0.pom | |
| contractual-3.0.0.jar | 12 KB |
| contractual-3.0.0-sources.jar | 7 KB |
| contractual-3.0.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/contractual/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>contractual</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/contractual/
implementation 'com.redfin:contractual:3.0.0'
// https://jarcasting.com/artifacts/com.redfin/contractual/
implementation ("com.redfin:contractual:3.0.0")
'com.redfin:contractual:jar:3.0.0'
<dependency org="com.redfin" name="contractual" rev="3.0.0">
<artifact name="contractual" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='contractual', version='3.0.0')
)
libraryDependencies += "com.redfin" % "contractual" % "3.0.0"
[com.redfin/contractual "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.redfin : insist | jar | 4.3.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |