k

ksp-module-support

Compile-time trim indent for Kotlin String literals.
https://github.com/bennyhuo/symbol-processing-module-support
MIT License
Benny Huo
文件下载
文件名 操作
ksp-module-support-1.9.20-1.0.0.jar 下载
ksp-module-support-1.9.20-1.0.0.pom 下载
ksp-module-support-1.9.20-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bennyhuo.kotlin</groupId>
  <artifactId>ksp-module-support</artifactId>
  <version>1.9.20-1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.bennyhuo.kotlin:ksp-module-support:1.9.20-1.0.0'
Gradle Kotlin
implementation("com.bennyhuo.kotlin:ksp-module-support:1.9.20-1.0.0")
Scala SBT
libraryDependencies += "com.bennyhuo.kotlin" % "ksp-module-support" % "1.9.20-1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bennyhuo.kotlin', module='ksp-module-support', version='1.9.20-1.0.0')
)
Apache Ivy
<dependency org="com.bennyhuo.kotlin" name="ksp-module-support" rev="1.9.20-1.0.0" />
Leiningen
[com.bennyhuo.kotlin/ksp-module-support "1.9.20-1.0.0"]
Apache Buildr
'com.bennyhuo.kotlin:ksp-module-support:jar:1.9.20-1.0.0'