не последняя версия
Последняя версия 4.0.4-RC

org.bitbucket.cowwoc:requirements 3.0.3-RC

A Java library for enforcing API requirements.

Группа

Группа

org.bitbucket.cowwoc
Идентификатор

Идентификатор

requirements
Версия

Версия

3.0.3-RC
Тип

Тип

pom

Скачать requirements 3.0.3-RC

Имя Файла Размер
requirements-3.0.3-RC.pom 8 KB
Обзор

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