MVN

me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64

Maven & Gradle

Mar 18, 2023
77 stars

kotlin-jvm-blocking-bridge-runtime · Kotlin compiler plugin for generating blocking bridges for calling suspend functions from Java with minimal effort

<dependency>
    <groupId>me.him188</groupId>
    <artifactId>kotlin-jvm-blocking-bridge-runtime-watchosarm64</artifactId>
    <version>3.0.0-180.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-180.1

All Versions

Choose a version of me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kotlin-jvm-blocking-bridge-runtime-watchosarm64-3.0.0-180.1
2.2.x
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.2.0-180.1
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.2.0-172.1
2.1.x
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.1.0-170.1
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.1.0-162.1
2.0.x
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.0.0-162.1
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.0.0-160.2
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.0.0-160.3
kotlin-jvm-blocking-bridge-runtime-watchosarm64-2.0.0-160.1

How to add a dependency to Maven

Add the following me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.him188</groupId>
    <artifactId>kotlin-jvm-blocking-bridge-runtime-watchosarm64</artifactId>
    <version>3.0.0-180.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 gradle dependency to your build.gradle file:

implementation 'me.him188:kotlin-jvm-blocking-bridge-runtime-watchosarm64:3.0.0-180.1'

Gradle Kotlin DSL: Add the following me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("me.him188:kotlin-jvm-blocking-bridge-runtime-watchosarm64:3.0.0-180.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.him188 : kotlin-jvm-blocking-bridge-runtime-watchosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "me.him188" % "kotlin-jvm-blocking-bridge-runtime-watchosarm64" % "3.0.0-180.1"