s

sticky-jar

The definition of a StickyCode jar project
http://www.StickyCode.net/parent/sticky-jar/
文件下载
文件名 操作
sticky-jar-1.20.pom 下载
Apache Maven
<dependency>
  <groupId>net.stickycode.parent</groupId>
  <artifactId>sticky-jar</artifactId>
  <version>1.20</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.stickycode.parent:sticky-jar:1.20'
Gradle Kotlin
implementation("net.stickycode.parent:sticky-jar:1.20")
Scala SBT
libraryDependencies += "net.stickycode.parent" % "sticky-jar" % "1.20"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode.parent', module='sticky-jar', version='1.20')
)
Apache Ivy
<dependency org="net.stickycode.parent" name="sticky-jar" rev="1.20" />
Leiningen
[net.stickycode.parent/sticky-jar "1.20"]
Apache Buildr
'net.stickycode.parent:sticky-jar:jar:1.20'