k

kotlinpoet-ksp

Extensions for interop with KSP (Kotlin Symbol Processing).
https://github.com/square/kotlinpoet
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
kotlinpoet-ksp-1.11.0.jar 下载
kotlinpoet-ksp-1.11.0.pom 下载
kotlinpoet-ksp-1.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>kotlinpoet-ksp</artifactId>
  <version>1.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:kotlinpoet-ksp:1.11.0'
Gradle Kotlin
implementation("com.squareup:kotlinpoet-ksp:1.11.0")
Scala SBT
libraryDependencies += "com.squareup" % "kotlinpoet-ksp" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='kotlinpoet-ksp', version='1.11.0')
)
Apache Ivy
<dependency org="com.squareup" name="kotlinpoet-ksp" rev="1.11.0" />
Leiningen
[com.squareup/kotlinpoet-ksp "1.11.0"]
Apache Buildr
'com.squareup:kotlinpoet-ksp:jar:1.11.0'