is not current version
Last Version 1.12.0

com.squareup:kotlinpoet 0.7.0

Use beautiful Java code to generate beautiful Kotlin code.

Categories

Categories

Kotlin Languages Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup
ArtifactId

ArtifactId

kotlinpoet
Version

Version

0.7.0
Type

Type

jar

Download kotlinpoet 0.7.0


<!-- https://jarcasting.com/artifacts/com.squareup/kotlinpoet/ -->
<dependency>
    <groupId>com.squareup</groupId>
    <artifactId>kotlinpoet</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup/kotlinpoet/
implementation 'com.squareup:kotlinpoet:0.7.0'
// https://jarcasting.com/artifacts/com.squareup/kotlinpoet/
implementation ("com.squareup:kotlinpoet:0.7.0")
'com.squareup:kotlinpoet:jar:0.7.0'
<dependency org="com.squareup" name="kotlinpoet" rev="0.7.0">
  <artifact name="kotlinpoet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup', module='kotlinpoet', version='0.7.0')
)
libraryDependencies += "com.squareup" % "kotlinpoet" % "0.7.0"
[com.squareup/kotlinpoet "0.7.0"]