MVN

org.jetbrains.kotlin : kotlin-sam-with-receiver

Maven & Gradle

Aug 23, 2023
1 usages
47.4k stars

Kotlin Sam With Receiver · Kotlin Sam With Receiver

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-sam-with-receiver</artifactId>
    <version>1.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin : kotlin-sam-with-receiver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.10
  • Latest Release Candidate: 1.9.0-RC
  • Latest Beta: 1.9.0-Beta

All Versions

Choose a version of org.jetbrains.kotlin : kotlin-sam-with-receiver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
kotlin-sam-with-receiver-1.9.10
kotlin-sam-with-receiver-1.9.0
kotlin-sam-with-receiver-1.9.0-RC
kotlin-sam-with-receiver-1.9.0-Beta
1.8.x
kotlin-sam-with-receiver-1.8.22
kotlin-sam-with-receiver-1.8.21
kotlin-sam-with-receiver-1.8.20
kotlin-sam-with-receiver-1.8.20-RC2
kotlin-sam-with-receiver-1.8.20-RC
kotlin-sam-with-receiver-1.8.20-Beta
kotlin-sam-with-receiver-1.8.10
kotlin-sam-with-receiver-1.8.0
kotlin-sam-with-receiver-1.8.0-RC2
kotlin-sam-with-receiver-1.8.0-RC
kotlin-sam-with-receiver-1.8.0-Beta
1.7.x
kotlin-sam-with-receiver-1.7.22
kotlin-sam-with-receiver-1.7.21
kotlin-sam-with-receiver-1.7.20
kotlin-sam-with-receiver-1.7.20-RC
kotlin-sam-with-receiver-1.7.20-Beta
kotlin-sam-with-receiver-1.7.10
kotlin-sam-with-receiver-1.7.0
kotlin-sam-with-receiver-1.7.0-RC2
kotlin-sam-with-receiver-1.7.0-RC
kotlin-sam-with-receiver-1.7.0-Beta
1.6.x
kotlin-sam-with-receiver-1.6.21
kotlin-sam-with-receiver-1.6.20
kotlin-sam-with-receiver-1.6.20-RC2
kotlin-sam-with-receiver-1.6.20-RC
kotlin-sam-with-receiver-1.6.20-M1
kotlin-sam-with-receiver-1.6.10
kotlin-sam-with-receiver-1.6.10-RC
kotlin-sam-with-receiver-1.6.0
kotlin-sam-with-receiver-1.6.0-RC2
kotlin-sam-with-receiver-1.6.0-RC
kotlin-sam-with-receiver-1.6.0-M1
1.5.x
kotlin-sam-with-receiver-1.5.32
kotlin-sam-with-receiver-1.5.31
kotlin-sam-with-receiver-1.5.30
kotlin-sam-with-receiver-1.5.30-RC
kotlin-sam-with-receiver-1.5.30-M1
kotlin-sam-with-receiver-1.5.21
kotlin-sam-with-receiver-1.5.20
kotlin-sam-with-receiver-1.5.20-RC
kotlin-sam-with-receiver-1.5.20-M1
kotlin-sam-with-receiver-1.5.10
kotlin-sam-with-receiver-1.5.0
kotlin-sam-with-receiver-1.5.0-RC
kotlin-sam-with-receiver-1.5.0-M2
kotlin-sam-with-receiver-1.5.0-M1
1.4.x
kotlin-sam-with-receiver-1.4.32
kotlin-sam-with-receiver-1.4.31
kotlin-sam-with-receiver-1.4.30
kotlin-sam-with-receiver-1.4.30-RC
kotlin-sam-with-receiver-1.4.30-M1
kotlin-sam-with-receiver-1.4.21-2
kotlin-sam-with-receiver-1.4.21
kotlin-sam-with-receiver-1.4.20
kotlin-sam-with-receiver-1.4.20-RC
kotlin-sam-with-receiver-1.4.20-M2
kotlin-sam-with-receiver-1.4.20-M1
kotlin-sam-with-receiver-1.4.10
kotlin-sam-with-receiver-1.4.0
kotlin-sam-with-receiver-1.4.0-rc
1.3.x
kotlin-sam-with-receiver-1.3.72
kotlin-sam-with-receiver-1.3.71
kotlin-sam-with-receiver-1.3.70
kotlin-sam-with-receiver-1.3.61
kotlin-sam-with-receiver-1.3.60
kotlin-sam-with-receiver-1.3.50
kotlin-sam-with-receiver-1.3.41
kotlin-sam-with-receiver-1.3.40
kotlin-sam-with-receiver-1.3.31
kotlin-sam-with-receiver-1.3.30
kotlin-sam-with-receiver-1.3.21
kotlin-sam-with-receiver-1.3.20
kotlin-sam-with-receiver-1.3.11
kotlin-sam-with-receiver-1.3.10
kotlin-sam-with-receiver-1.3.0
kotlin-sam-with-receiver-1.3.0-rc-198
kotlin-sam-with-receiver-1.3.0-rc-190
1.2.x
kotlin-sam-with-receiver-1.2.71
kotlin-sam-with-receiver-1.2.70
kotlin-sam-with-receiver-1.2.61
kotlin-sam-with-receiver-1.2.60
kotlin-sam-with-receiver-1.2.51
kotlin-sam-with-receiver-1.2.50
kotlin-sam-with-receiver-1.2.41
kotlin-sam-with-receiver-1.2.40
kotlin-sam-with-receiver-1.2.31
kotlin-sam-with-receiver-1.2.30
kotlin-sam-with-receiver-1.2.21
kotlin-sam-with-receiver-1.2.20
kotlin-sam-with-receiver-1.2.10
kotlin-sam-with-receiver-1.2.0
1.1.x
kotlin-sam-with-receiver-1.1.61
kotlin-sam-with-receiver-1.1.60
kotlin-sam-with-receiver-1.1.51
kotlin-sam-with-receiver-1.1.50
kotlin-sam-with-receiver-1.1.4-3
kotlin-sam-with-receiver-1.1.4-2
kotlin-sam-with-receiver-1.1.4

How to add a dependency to Maven

Add the following org.jetbrains.kotlin : kotlin-sam-with-receiver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-sam-with-receiver</artifactId>
    <version>1.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlin : kotlin-sam-with-receiver gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlin:kotlin-sam-with-receiver:1.9.10'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlin : kotlin-sam-with-receiver gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlin:kotlin-sam-with-receiver:1.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlin : kotlin-sam-with-receiver sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlin" % "kotlin-sam-with-receiver" % "1.9.10"

Advertisement

Dependencies from Group

Aug 23, 2023
13.5k usages
47.4k stars
Aug 23, 2023
12.7k usages
47.4k stars
Aug 23, 2023
9.1k usages
47.4k stars
Aug 23, 2023
4.8k usages
47.4k stars
Aug 23, 2023
2.7k usages
47.4k stars

Discover Dependencies

Aug 17, 2017
1 usages
1 stars
Aug 25, 2023
46 usages
70 stars
Aug 07, 2023
122 usages
3.5k stars
Aug 07, 2023
107 usages
3.5k stars
Dec 25, 2019
1 usages
1k stars
Aug 24, 2023
6 usages
32 stars
Aug 06, 2023
727 stars
Dec 22, 2021
0 stars
Aug 14, 2017
1 usages
1 stars