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