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