MVN

org.apache.guacamole : guacamole-common-js

Maven & Gradle

Jul 26, 2023
1.1k stars

guacamole-common-js · The base JavaScript API of the Guacamole project, providing JavaScript support for the Guacamole stack, including a full client implementation for the Guacamole protocol.

<dependency>
    <groupId>org.apache.guacamole</groupId>
    <artifactId>guacamole-common-js</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.guacamole : guacamole-common-js to add to Maven - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.apache.guacamole : guacamole-common-js to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
guacamole-common-js-1.5.3
guacamole-common-js-1.5.2
guacamole-common-js-1.5.1
guacamole-common-js-1.5.0
1.4.x
guacamole-common-js-1.4.0
1.3.x
guacamole-common-js-1.3.0
CVE-2021-41767
1.2.x
guacamole-common-js-1.2.0
CVE-2021-41767
1.1.x
guacamole-common-js-1.1.0
CVE-2021-41767
1.0.x
guacamole-common-js-1.0.0
CVE-2021-41767
0.9.x
guacamole-common-js-0.9.14
2 vulnerabilities
guacamole-common-js-0.9.13-incubating
2 vulnerabilities
guacamole-common-js-0.9.12-incubating
2 vulnerabilities
guacamole-common-js-0.9.10-incubating
2 vulnerabilities

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.guacamole</groupId>
    <artifactId>guacamole-common-js</artifactId>
    <version>1.5.3</version>
</dependency>