| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.stickycode.parent | 
| ArtifactId | ArtifactIdsticky-root | 
| Last Version | Last Version1.29 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionsticky-root Define the distribution management and general plugins used in all StickyCode projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sticky-root-1.29.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.29</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-root/
implementation 'net.stickycode.parent:sticky-root:1.29'// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-root/
implementation ("net.stickycode.parent:sticky-root:1.29")'net.stickycode.parent:sticky-root:pom:1.29'<dependency org="net.stickycode.parent" name="sticky-root" rev="1.29">
  <artifact name="sticky-root" type="pom" />
</dependency>@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-root', version='1.29')
)libraryDependencies += "net.stickycode.parent" % "sticky-root" % "1.29"[net.stickycode.parent/sticky-root "1.29"]