| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.cowwoc |
| Идентификатор | Идентификаторrequirements |
| Последняя версия | Последняя версия4.0.4-RC |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRequirements
A fluent API for enforcing design contracts with automatic message generation
|
| Имя Файла | Размер |
|---|---|
| requirements-4.0.4-RC.pom | |
| requirements-4.0.4-RC.jar | 122 KB |
| requirements-4.0.4-RC-sources.jar | 66 KB |
| requirements-4.0.4-RC-javadoc.jar | 179 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/ -->
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
<artifactId>requirements</artifactId>
<version>4.0.4-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation 'org.bitbucket.cowwoc:requirements:4.0.4-RC'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation ("org.bitbucket.cowwoc:requirements:4.0.4-RC")
'org.bitbucket.cowwoc:requirements:jar:4.0.4-RC'
<dependency org="org.bitbucket.cowwoc" name="requirements" rev="4.0.4-RC">
<artifact name="requirements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='requirements', version='4.0.4-RC')
)
libraryDependencies += "org.bitbucket.cowwoc" % "requirements" % "4.0.4-RC"
[org.bitbucket.cowwoc/requirements "4.0.4-RC"]