MVN

cz.pumpitup.pn5 : jamulator-remote-client

Maven & Gradle

Aug 21, 2022

JavaScript Emulator Remote Driver Client

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>jamulator-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5 : jamulator-remote-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.16

All Versions

Choose a version of cz.pumpitup.pn5 : jamulator-remote-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jamulator-remote-client-0.5.16
jamulator-remote-client-0.5.14
jamulator-remote-client-0.5.13
jamulator-remote-client-0.5.12
jamulator-remote-client-0.5.11
jamulator-remote-client-0.5.10
jamulator-remote-client-0.5.9
jamulator-remote-client-0.5.8
jamulator-remote-client-0.5.7
jamulator-remote-client-0.5.6
jamulator-remote-client-0.5.5
jamulator-remote-client-0.5.4
jamulator-remote-client-0.5.3
jamulator-remote-client-0.5.2
jamulator-remote-client-0.5.1
jamulator-remote-client-0.5.0
0.4.x
jamulator-remote-client-0.4.35
jamulator-remote-client-0.4.34
jamulator-remote-client-0.4.33
jamulator-remote-client-0.4.32
jamulator-remote-client-0.4.31
jamulator-remote-client-0.4.30
jamulator-remote-client-0.4.29
jamulator-remote-client-0.4.28
jamulator-remote-client-0.4.27
jamulator-remote-client-0.4.26
jamulator-remote-client-0.4.25
jamulator-remote-client-0.4.24
jamulator-remote-client-0.4.23
jamulator-remote-client-0.4.22
jamulator-remote-client-0.4.21
jamulator-remote-client-0.4.20

How to add a dependency to Maven

Add the following cz.pumpitup.pn5 : jamulator-remote-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>jamulator-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5 : jamulator-remote-client gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5:jamulator-remote-client:0.5.16'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5 : jamulator-remote-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5:jamulator-remote-client:0.5.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5 : jamulator-remote-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5" % "jamulator-remote-client" % "0.5.16"