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