Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-parent |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
reststop-parent-2.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-parent/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-parent/
implementation 'org.kantega.reststop:reststop-parent:2.0'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-parent/
implementation ("org.kantega.reststop:reststop-parent:2.0")
'org.kantega.reststop:reststop-parent:pom:2.0'
<dependency org="org.kantega.reststop" name="reststop-parent" rev="2.0">
<artifact name="reststop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-parent', version='2.0')
)
libraryDependencies += "org.kantega.reststop" % "reststop-parent" % "2.0"
[org.kantega.reststop/reststop-parent "2.0"]