o

org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin

Kotlin Sam-with-receiver compiler plugin
https://kotlinlang.org/
The Apache License, Version 2.0
Kotlin Team
文件下载
文件名 操作
org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin-1.7.0-RC2.pom 下载
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlin.plugin.sam.with.receiver</groupId>
  <artifactId>org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin</artifactId>
  <version>1.7.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlin.plugin.sam.with.receiver:org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin:1.7.0-RC2'
Gradle Kotlin
implementation("org.jetbrains.kotlin.plugin.sam.with.receiver:org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin:1.7.0-RC2")
Scala SBT
libraryDependencies += "org.jetbrains.kotlin.plugin.sam.with.receiver" % "org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin" % "1.7.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlin.plugin.sam.with.receiver', module='org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin', version='1.7.0-RC2')
)
Apache Ivy
<dependency org="org.jetbrains.kotlin.plugin.sam.with.receiver" name="org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin" rev="1.7.0-RC2" />
Leiningen
[org.jetbrains.kotlin.plugin.sam.with.receiver/org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin "1.7.0-RC2"]
Apache Buildr
'org.jetbrains.kotlin.plugin.sam.with.receiver:org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin:jar:1.7.0-RC2'