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