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