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