Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.tschuchortdev |
ArtifactId | ArtifactIdkotlin-compile-testing |
Version | Version1.2.7 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-compile-testing-1.2.7.pom | |
kotlin-compile-testing-1.2.7.jar | 101 KB |
kotlin-compile-testing-1.2.7-sources.jar | 21 KB |
kotlin-compile-testing-1.2.7-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/ -->
<dependency>
<groupId>com.github.tschuchortdev</groupId>
<artifactId>kotlin-compile-testing</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.7'
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation ("com.github.tschuchortdev:kotlin-compile-testing:1.2.7")
'com.github.tschuchortdev:kotlin-compile-testing:jar:1.2.7'
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing" rev="1.2.7">
<artifact name="kotlin-compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing', version='1.2.7')
)
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing" % "1.2.7"
[com.github.tschuchortdev/kotlin-compile-testing "1.2.7"]