License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.tschuchortdev |
ArtifactId | ArtifactIdkotlin-compile-testing |
Last Version | Last Version1.4.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-compile-testing
A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/ -->
<dependency>
<groupId>com.github.tschuchortdev</groupId>
<artifactId>kotlin-compile-testing</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.9'
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation ("com.github.tschuchortdev:kotlin-compile-testing:1.4.9")
'com.github.tschuchortdev:kotlin-compile-testing:jar:1.4.9'
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing" rev="1.4.9">
<artifact name="kotlin-compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing', version='1.4.9')
)
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing" % "1.4.9"
[com.github.tschuchortdev/kotlin-compile-testing "1.4.9"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
com.squareup.okio : okio-jvm | jar | 3.1.0 |
io.github.classgraph : classgraph | jar | 4.8.147 |
org.jetbrains.kotlin : kotlin-annotation-processing-embeddable | jar | 1.7.0 |