GroupId | GroupIdorg.bitbucket.cowwoc.requirements |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version5.2.0 |
Type | Typepom |
Filename | Size |
---|---|
root-5.2.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/root/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/root/
implementation 'org.bitbucket.cowwoc.requirements:root:5.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/root/
implementation ("org.bitbucket.cowwoc.requirements:root:5.2.0")
'org.bitbucket.cowwoc.requirements:root:pom:5.2.0'
<dependency org="org.bitbucket.cowwoc.requirements" name="root" rev="5.2.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.requirements', module='root', version='5.2.0')
)
libraryDependencies += "org.bitbucket.cowwoc.requirements" % "root" % "5.2.0"
[org.bitbucket.cowwoc.requirements/root "5.2.0"]