GroupId | GroupIdorg.bitbucket.cowwoc |
---|---|
ArtifactId | ArtifactIdrequirements |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
requirements-2.0.4.pom | |
requirements-2.0.4.jar | 170 KB |
requirements-2.0.4-sources.jar | 95 KB |
requirements-2.0.4-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/ -->
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
<artifactId>requirements</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation 'org.bitbucket.cowwoc:requirements:2.0.4'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/requirements/
implementation ("org.bitbucket.cowwoc:requirements:2.0.4")
'org.bitbucket.cowwoc:requirements:jar:2.0.4'
<dependency org="org.bitbucket.cowwoc" name="requirements" rev="2.0.4">
<artifact name="requirements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='requirements', version='2.0.4')
)
libraryDependencies += "org.bitbucket.cowwoc" % "requirements" % "2.0.4"
[org.bitbucket.cowwoc/requirements "2.0.4"]