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