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