| GroupId | GroupIdcom.github.nwillc |
|---|---|
| ArtifactId | ArtifactIdcontracts |
| Version | Version1.6.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| contracts-1.6.4.pom | |
| contracts-1.6.4.jar | 9 KB |
| contracts-1.6.4-sources.jar | 8 KB |
| contracts-1.6.4-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/contracts/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>contracts</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation 'com.github.nwillc:contracts:1.6.4'
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation ("com.github.nwillc:contracts:1.6.4")
'com.github.nwillc:contracts:jar:1.6.4'
<dependency org="com.github.nwillc" name="contracts" rev="1.6.4">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='contracts', version='1.6.4')
)
libraryDependencies += "com.github.nwillc" % "contracts" % "1.6.4"
[com.github.nwillc/contracts "1.6.4"]