k

kotlinpoet

Use beautiful Kotlin code to generate beautiful Kotlin code.
https://github.com/square/kotlinpoet
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
kotlinpoet-1.0.0-RC3.jar download
kotlinpoet-1.0.0-RC3.pom download
kotlinpoet-1.0.0-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>kotlinpoet</artifactId>
  <version>1.0.0-RC3</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:kotlinpoet:1.0.0-RC3'
Gradle Kotlin
implementation("com.squareup:kotlinpoet:1.0.0-RC3")
Scala SBT
libraryDependencies += "com.squareup" % "kotlinpoet" % "1.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='kotlinpoet', version='1.0.0-RC3')
)
Apache Ivy
<dependency org="com.squareup" name="kotlinpoet" rev="1.0.0-RC3" />
Leiningen
[com.squareup/kotlinpoet "1.0.0-RC3"]
Apache Buildr
'com.squareup:kotlinpoet:jar:1.0.0-RC3'