MVN

org.apache.guacamole : guacamole-ext

Maven & Gradle

Jul 26, 2023
1 usages
1.1k stars

guacamole-ext · The Java API for extending the main Guacamole web application. This is not needed for authoring a new Guacamole-based web application.

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

Latest Version

Choose a version of org.apache.guacamole : guacamole-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.apache.guacamole : guacamole-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
guacamole-ext-1.5.3
guacamole-ext-1.5.2
guacamole-ext-1.5.1
guacamole-ext-1.5.0
1.4.x
guacamole-ext-1.4.0
1.3.x
guacamole-ext-1.3.0
1.2.x
guacamole-ext-1.2.0
1.1.x
guacamole-ext-1.1.0
1.0.x
guacamole-ext-1.0.0
0.9.x
guacamole-ext-0.9.14
guacamole-ext-0.9.13-incubating
guacamole-ext-0.9.12-incubating
guacamole-ext-0.9.11-incubating
guacamole-ext-0.9.10-incubating

How to add a dependency to Maven

Add the following org.apache.guacamole : guacamole-ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.guacamole : guacamole-ext gradle dependency to your build.gradle file:

implementation 'org.apache.guacamole:guacamole-ext:1.5.3'

Gradle Kotlin DSL: Add the following org.apache.guacamole : guacamole-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.guacamole:guacamole-ext:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.guacamole : guacamole-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.guacamole" % "guacamole-ext" % "1.5.3"

Advertisement