License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.jetbrains.kotlin |
ArtifactId | ArtifactIdkotlin-compiler-internal-test-framework |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin Compiler Internal Test Framework
Kotlin Compiler Internal Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-internal-test-framework/ -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-internal-test-framework</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-internal-test-framework/
implementation 'org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:1.7.0'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-internal-test-framework/
implementation ("org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:1.7.0")
'org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:jar:1.7.0'
<dependency org="org.jetbrains.kotlin" name="kotlin-compiler-internal-test-framework" rev="1.7.0">
<artifact name="kotlin-compiler-internal-test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-compiler-internal-test-framework', version='1.7.0')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-compiler-internal-test-framework" % "1.7.0"
[org.jetbrains.kotlin/kotlin-compiler-internal-test-framework "1.7.0"]