is not current version
Last Version 4.0.4-RC

org.bitbucket.cowwoc:requirements 3.0.5-RC

A Java library for enforcing API requirements.

GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

requirements
Version

Version

3.0.5-RC
Type

Type

pom

Download requirements 3.0.5-RC


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