License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc |
ArtifactId | ArtifactIdrequirements |
Last Version | Last Version4.0.4-RC |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRequirements
A fluent API for enforcing design contracts with automatic message generation
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]