Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.parent |
ArtifactId | ArtifactIdsticky-war |
Version | Version1.14 |
Type | Typepom |
Filename | Size |
---|---|
sticky-war-1.14.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.parent/sticky-war/ -->
<dependency>
<groupId>net.stickycode.parent</groupId>
<artifactId>sticky-war</artifactId>
<version>1.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-war/
implementation 'net.stickycode.parent:sticky-war:1.14'
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-war/
implementation ("net.stickycode.parent:sticky-war:1.14")
'net.stickycode.parent:sticky-war:pom:1.14'
<dependency org="net.stickycode.parent" name="sticky-war" rev="1.14">
<artifact name="sticky-war" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-war', version='1.14')
)
libraryDependencies += "net.stickycode.parent" % "sticky-war" % "1.14"
[net.stickycode.parent/sticky-war "1.14"]