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