is not current version
Last Version 1.4.0

org.apache.guacamole:guacamole-ext 0.9.14

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

GroupId

GroupId

org.apache.guacamole
ArtifactId

ArtifactId

guacamole-ext
Version

Version

0.9.14
Type

Type

jar

Download guacamole-ext 0.9.14


<!-- https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-ext/ -->
<dependency>
    <groupId>org.apache.guacamole</groupId>
    <artifactId>guacamole-ext</artifactId>
    <version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-ext/
implementation 'org.apache.guacamole:guacamole-ext:0.9.14'
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-ext/
implementation ("org.apache.guacamole:guacamole-ext:0.9.14")
'org.apache.guacamole:guacamole-ext:jar:0.9.14'
<dependency org="org.apache.guacamole" name="guacamole-ext" rev="0.9.14">
  <artifact name="guacamole-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-ext', version='0.9.14')
)
libraryDependencies += "org.apache.guacamole" % "guacamole-ext" % "0.9.14"
[org.apache.guacamole/guacamole-ext "0.9.14"]