Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.parent |
ArtifactId | ArtifactIdsticky-war |
Version | Version1.9 |
Type | Typepom |
Filename | Size |
---|---|
sticky-war-1.9.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.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-war/
implementation 'net.stickycode.parent:sticky-war:1.9'
// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-war/
implementation ("net.stickycode.parent:sticky-war:1.9")
'net.stickycode.parent:sticky-war:pom:1.9'
<dependency org="net.stickycode.parent" name="sticky-war" rev="1.9">
<artifact name="sticky-war" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-war', version='1.9')
)
libraryDependencies += "net.stickycode.parent" % "sticky-war" % "1.9"
[net.stickycode.parent/sticky-war "1.9"]