is not current version
Last Version 1.12.0

com.squareup:kotlinpoet 1.0.0-RC1

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-RC1
Type

Type

jar

Download kotlinpoet 1.0.0-RC1


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