Download kotlinpoet-0.4.0.jar file - Jar k

Jar examples for k:kotlinpoet

Description

Use beautiful Java code to generate beautiful Kotlin code.

You can download jar file kotlinpoet 0.4.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add kotlinpoet-0.4.0.jar to your project.

<dependency>
   <groupId>com.squareup</groupId>
   <artifactId>kotlinpoet</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.squareup', name: 'kotlinpoet', version: '0.4.0'
libraryDependencies += "com.squareup" % "kotlinpoet" % "0.4.0"
<dependency org="com.squareup" name="kotlinpoet" rev="0.4.0"/>
@Grapes(@Grab(group='com.squareup', module='kotlinpoet', version='0.4.0'))
'com.squareup:kotlinpoet:jar:0.4.0'

Download

Click the following link to download the jar file.

kotlinpoet-0.4.0-javadoc.jar
kotlinpoet-0.4.0-sources.jar
kotlinpoet-0.4.0.jar
kotlinpoet-0.4.0.pom



Related Tutorials