k

kotlin-xml-dsl-generator

A lightweight type safe builder to build xml documents in Kotlin
https://github.com/redundent/kotlin-xml-builder
Apache 2.0
Jason Blackwell
Files download
File Operation
kotlin-xml-dsl-generator-1.9.0.jar download
kotlin-xml-dsl-generator-1.9.0.pom download
kotlin-xml-dsl-generator-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.redundent</groupId>
  <artifactId>kotlin-xml-dsl-generator</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.redundent:kotlin-xml-dsl-generator:1.9.0'
Gradle Kotlin
implementation("org.redundent:kotlin-xml-dsl-generator:1.9.0")
Scala SBT
libraryDependencies += "org.redundent" % "kotlin-xml-dsl-generator" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.redundent', module='kotlin-xml-dsl-generator', version='1.9.0')
)
Apache Ivy
<dependency org="org.redundent" name="kotlin-xml-dsl-generator" rev="1.9.0" />
Leiningen
[org.redundent/kotlin-xml-dsl-generator "1.9.0"]
Apache Buildr
'org.redundent:kotlin-xml-dsl-generator:jar:1.9.0'
Dependencies
The project has no third-party dependencies