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