| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nwillc |
| Идентификатор | Идентификаторcontracts |
| Версия | Версия1.6.7 |
| Тип | Типjar |
| Описание |
Описаниеjdk contract tests
JDK interface contract test for JUnit
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| contracts-1.6.7.pom | |
| contracts-1.6.7.jar | 12 KB |
| contracts-1.6.7-sources.jar | 11 KB |
| contracts-1.6.7-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/contracts/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>contracts</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation 'com.github.nwillc:contracts:1.6.7'
// https://jarcasting.com/artifacts/com.github.nwillc/contracts/
implementation ("com.github.nwillc:contracts:1.6.7")
'com.github.nwillc:contracts:jar:1.6.7'
<dependency org="com.github.nwillc" name="contracts" rev="1.6.7">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='contracts', version='1.6.7')
)
libraryDependencies += "com.github.nwillc" % "contracts" % "1.6.7"
[com.github.nwillc/contracts "1.6.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 1.7.1 |