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