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