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