Group Id org.jetbrains.kotlin
Artifact Id kotlin-sam-with-receiver-compiler-plugin
Version 1.6.20
Packaging jar
URL -
Badge
Last Updated 2022-04-01T03:59:10+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-sam-with-receiver-compiler-plugin</artifactId>
    <version>1.6.20</version>
</dependency>
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-sam-with-receiver-compiler-plugin', version: '1.6.20'
implementation 'org.jetbrains.kotlin:kotlin-sam-with-receiver-compiler-plugin:1.6.20'
implementation("org.jetbrains.kotlin:kotlin-sam-with-receiver-compiler-plugin:1.6.20")
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-sam-with-receiver-compiler-plugin" % "1.6.20"
<dependency org="org.jetbrains.kotlin" name="kotlin-sam-with-receiver-compiler-plugin" rev="1.6.20"/>
@Grapes(
    @Grab(group='org.jetbrains.kotlin', module='kotlin-sam-with-receiver-compiler-plugin', version='1.6.20')
)
[org.jetbrains.kotlin/kotlin-sam-with-receiver-compiler-plugin "1.6.20"]
'org.jetbrains.kotlin:kotlin-sam-with-receiver-compiler-plugin:1.6.20'