Files download
File Operation
piggyback-tools-0.0.3.jar download
piggyback-tools-0.0.3.pom download
piggyback-tools-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.notima</groupId>
  <artifactId>piggyback-tools</artifactId>
  <version>0.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.notima:piggyback-tools:0.0.3'
Gradle Kotlin
implementation("org.notima:piggyback-tools:0.0.3")
Scala SBT
libraryDependencies += "org.notima" % "piggyback-tools" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.notima', module='piggyback-tools', version='0.0.3')
)
Apache Ivy
<dependency org="org.notima" name="piggyback-tools" rev="0.0.3" />
Leiningen
[org.notima/piggyback-tools "0.0.3"]
Apache Buildr
'org.notima:piggyback-tools:jar:0.0.3'