| Группа | Группаcom.github.nwillc |
|---|---|
| Идентификатор | Идентификаторcontracts |
| Версия | Версия1.6.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| contracts-1.6.3.pom | |
| contracts-1.6.3.jar | 5 KB |
| contracts-1.6.3-sources.jar | 5 KB |
| contracts-1.6.3-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/contracts/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>contracts</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation 'com.github.nwillc:contracts:1.6.3'
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation ("com.github.nwillc:contracts:1.6.3")
'com.github.nwillc:contracts:jar:1.6.3'
<dependency org="com.github.nwillc" name="contracts" rev="1.6.3">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='contracts', version='1.6.3')
)
libraryDependencies += "com.github.nwillc" % "contracts" % "1.6.3"
[com.github.nwillc/contracts "1.6.3"]