k

kotlin-compile-testing

A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
https://github.com/tschuchortdev/kotlin-compile-testing
Mozilla Public License 2.0
Thilo Schuchort
文件下载
文件名 操作
kotlin-compile-testing-1.4.3.jar 下载
kotlin-compile-testing-1.4.3.pom 下载
kotlin-compile-testing-1.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.tschuchortdev</groupId>
  <artifactId>kotlin-compile-testing</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.3'
Gradle Kotlin
implementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.3")
Scala SBT
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing', version='1.4.3')
)
Apache Ivy
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing" rev="1.4.3" />
Leiningen
[com.github.tschuchortdev/kotlin-compile-testing "1.4.3"]
Apache Buildr
'com.github.tschuchortdev:kotlin-compile-testing:jar:1.4.3'