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