is not current version
Last Version 4.0.4-RC

org.bitbucket.cowwoc:requirements 2.0.2

A Java library for enforcing API requirements.

GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

requirements
Version

Version

2.0.2
Type

Type

jar

Download requirements 2.0.2


<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/ -->
<dependency>
    <groupId>org.bitbucket.cowwoc</groupId>
    <artifactId>requirements</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation 'org.bitbucket.cowwoc:requirements:2.0.2'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation ("org.bitbucket.cowwoc:requirements:2.0.2")
'org.bitbucket.cowwoc:requirements:jar:2.0.2'
<dependency org="org.bitbucket.cowwoc" name="requirements" rev="2.0.2">
  <artifact name="requirements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='requirements', version='2.0.2')
)
libraryDependencies += "org.bitbucket.cowwoc" % "requirements" % "2.0.2"
[org.bitbucket.cowwoc/requirements "2.0.2"]