Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-parent |
Version | Version3.8 |
Type | Typepom |
Filename | Size |
---|---|
reststop-parent-3.8.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.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-parent/
implementation 'org.kantega.reststop:reststop-parent:3.8'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-parent/
implementation ("org.kantega.reststop:reststop-parent:3.8")
'org.kantega.reststop:reststop-parent:pom:3.8'
<dependency org="org.kantega.reststop" name="reststop-parent" rev="3.8">
<artifact name="reststop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-parent', version='3.8')
)
libraryDependencies += "org.kantega.reststop" % "reststop-parent" % "3.8"
[org.kantega.reststop/reststop-parent "3.8"]