License |
License |
---|---|
GroupId | GroupIdcom.github.cowwoc.requirements |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version6.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA fluent API for enforcing design contracts with automatic message generation
|
Filename | Size |
---|---|
annotations-6.1.0.pom | |
annotations-6.1.0.jar | 3 KB |
annotations-6.1.0-sources.jar | 3 KB |
annotations-6.1.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cowwoc.requirements/annotations/ -->
<dependency>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>annotations</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cowwoc.requirements/annotations/
implementation 'com.github.cowwoc.requirements:annotations:6.1.0'
// https://jarcasting.com/artifacts/com.github.cowwoc.requirements/annotations/
implementation ("com.github.cowwoc.requirements:annotations:6.1.0")
'com.github.cowwoc.requirements:annotations:jar:6.1.0'
<dependency org="com.github.cowwoc.requirements" name="annotations" rev="6.1.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cowwoc.requirements', module='annotations', version='6.1.0')
)
libraryDependencies += "com.github.cowwoc.requirements" % "annotations" % "6.1.0"
[com.github.cowwoc.requirements/annotations "6.1.0"]