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.10.1.jar 下载
kotlinpoet-ksp-1.10.1.pom 下载
kotlinpoet-ksp-1.10.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>kotlinpoet-ksp</artifactId>
  <version>1.10.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:kotlinpoet-ksp:1.10.1'
Gradle Kotlin
implementation("com.squareup:kotlinpoet-ksp:1.10.1")
Scala SBT
libraryDependencies += "com.squareup" % "kotlinpoet-ksp" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='kotlinpoet-ksp', version='1.10.1')
)
Apache Ivy
<dependency org="com.squareup" name="kotlinpoet-ksp" rev="1.10.1" />
Leiningen
[com.squareup/kotlinpoet-ksp "1.10.1"]
Apache Buildr
'com.squareup:kotlinpoet-ksp:jar:1.10.1'