MVN

io.joynr.android.core : libjoynr-websocket-runtime

Maven & Gradle

Jun 12, 2023
<dependency>
    <groupId>io.joynr.android.core</groupId>
    <artifactId>libjoynr-websocket-runtime</artifactId>
    <version>1.23.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.joynr.android.core : libjoynr-websocket-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23.1

All Versions

Choose a version of io.joynr.android.core : libjoynr-websocket-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
libjoynr-websocket-runtime-1.23.1
libjoynr-websocket-runtime-1.23.0
1.22.x
libjoynr-websocket-runtime-1.22.0
1.21.x
libjoynr-websocket-runtime-1.21.9
libjoynr-websocket-runtime-1.21.7
libjoynr-websocket-runtime-1.21.6
libjoynr-websocket-runtime-1.21.5

How to add a dependency to Maven

Add the following io.joynr.android.core : libjoynr-websocket-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.joynr.android.core</groupId>
    <artifactId>libjoynr-websocket-runtime</artifactId>
    <version>1.23.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.joynr.android.core : libjoynr-websocket-runtime gradle dependency to your build.gradle file:

implementation 'io.joynr.android.core:libjoynr-websocket-runtime:1.23.1'

Gradle Kotlin DSL: Add the following io.joynr.android.core : libjoynr-websocket-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.joynr.android.core:libjoynr-websocket-runtime:1.23.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.joynr.android.core : libjoynr-websocket-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.joynr.android.core" % "libjoynr-websocket-runtime" % "1.23.1"