Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.tschuchortdev |
ArtifactId | ArtifactIdkotlin-compile-testing-ksp |
Version | Version1.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing-ksp/ -->
<dependency>
<groupId>com.github.tschuchortdev</groupId>
<artifactId>kotlin-compile-testing-ksp</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing-ksp/
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.2.8'
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing-ksp/
implementation ("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.2.8")
'com.github.tschuchortdev:kotlin-compile-testing-ksp:jar:1.2.8'
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing-ksp" rev="1.2.8">
<artifact name="kotlin-compile-testing-ksp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing-ksp', version='1.2.8')
)
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing-ksp" % "1.2.8"
[com.github.tschuchortdev/kotlin-compile-testing-ksp "1.2.8"]