MVN

org.jolokia : jolokia-example-client-javascript-test-app

Maven & Gradle

Oct 13, 2023

jolokia-example-client-javascript-test-app · Test application for Jolokia's JavaScript client library

<dependency>
    <groupId>org.jolokia</groupId>
    <artifactId>jolokia-example-client-javascript-test-app</artifactId>
    <version>2.0.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jolokia : jolokia-example-client-javascript-test-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M4

All Versions

Choose a version of org.jolokia : jolokia-example-client-javascript-test-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jolokia-example-client-javascript-test-app-2.0.0-M4

How to add a dependency to Maven

Add the following org.jolokia : jolokia-example-client-javascript-test-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jolokia</groupId>
    <artifactId>jolokia-example-client-javascript-test-app</artifactId>
    <version>2.0.0-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jolokia : jolokia-example-client-javascript-test-app gradle dependency to your build.gradle file:

implementation 'org.jolokia:jolokia-example-client-javascript-test-app:2.0.0-M4'

Gradle Kotlin DSL: Add the following org.jolokia : jolokia-example-client-javascript-test-app gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jolokia:jolokia-example-client-javascript-test-app:2.0.0-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jolokia : jolokia-example-client-javascript-test-app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jolokia" % "jolokia-example-client-javascript-test-app" % "2.0.0-M4"