is not current version
Last Version 1.6.7

com.github.nwillc:contracts 1.0

JDK interface contract test for JUnit

GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

contracts
Version

Version

1.0
Type

Type

jar

Download contracts 1.0


<!-- https://jarcasting.com/artifacts/com.github.nwillc/contracts/ -->
<dependency>
    <groupId>com.github.nwillc</groupId>
    <artifactId>contracts</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation 'com.github.nwillc:contracts:1.0'
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation ("com.github.nwillc:contracts:1.0")
'com.github.nwillc:contracts:jar:1.0'
<dependency org="com.github.nwillc" name="contracts" rev="1.0">
  <artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='contracts', version='1.0')
)
libraryDependencies += "com.github.nwillc" % "contracts" % "1.0"
[com.github.nwillc/contracts "1.0"]