| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Square Business Logic Libraries Financial |
| GroupId | GroupIdcom.squareup |
| ArtifactId | ArtifactIdkotlinpoet |
| Last Version | Last Version1.12.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotlinPoet
Use beautiful Kotlin code to generate beautiful Kotlin code.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlinpoet-1.12.0.pom | |
| kotlinpoet-1.12.0.jar | 287 KB |
| kotlinpoet-1.12.0-sources.jar | 64 KB |
| kotlinpoet-1.12.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup/kotlinpoet/ -->
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup/kotlinpoet/
implementation 'com.squareup:kotlinpoet:1.12.0'
// https://jarcasting.com/artifacts/com.squareup/kotlinpoet/
implementation ("com.squareup:kotlinpoet:1.12.0")
'com.squareup:kotlinpoet:jar:1.12.0'
<dependency org="com.squareup" name="kotlinpoet" rev="1.12.0">
<artifact name="kotlinpoet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup', module='kotlinpoet', version='1.12.0')
)
libraryDependencies += "com.squareup" % "kotlinpoet" % "1.12.0"
[com.squareup/kotlinpoet "1.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.7.0 |