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