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