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