| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.stickycode.parent | 
| ArtifactId | ArtifactIdsticky-jar | 
| Last Version | Last Version1.24 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionsticky-jar-1 The definition of a StickyCode jar project | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sticky-jar-1.24.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.24</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-jar/
implementation 'net.stickycode.parent:sticky-jar:1.24'// https://jarcasting.com/artifacts/net.stickycode.parent/sticky-jar/
implementation ("net.stickycode.parent:sticky-jar:1.24")'net.stickycode.parent:sticky-jar:pom:1.24'<dependency org="net.stickycode.parent" name="sticky-jar" rev="1.24">
  <artifact name="sticky-jar" type="pom" />
</dependency>@Grapes(
@Grab(group='net.stickycode.parent', module='sticky-jar', version='1.24')
)libraryDependencies += "net.stickycode.parent" % "sticky-jar" % "1.24"[net.stickycode.parent/sticky-jar "1.24"]