is not current version
Last Version 1.12.0

com.squareup:kotlinpoet 1.0.0-RC2

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

1.0.0-RC2
Type

Type

jar

Download kotlinpoet 1.0.0-RC2


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