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