License |
License |
---|---|
GroupId | GroupIdorg.glyptodon.guacamole |
ArtifactId | ArtifactIdguacamole-ext |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguacamole-ext
The Java API for extending the main Guacamole web application. This
is not needed for authoring a new Guacamole-based web application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guacamole-ext-0.9.9.pom | |
guacamole-ext-0.9.9.jar | 40 KB |
guacamole-ext-0.9.9-sources.jar | 67 KB |
guacamole-ext-0.9.9-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-ext/ -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-ext/
implementation 'org.glyptodon.guacamole:guacamole-ext:0.9.9'
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-ext/
implementation ("org.glyptodon.guacamole:guacamole-ext:0.9.9")
'org.glyptodon.guacamole:guacamole-ext:jar:0.9.9'
<dependency org="org.glyptodon.guacamole" name="guacamole-ext" rev="0.9.9">
<artifact name="guacamole-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glyptodon.guacamole', module='guacamole-ext', version='0.9.9')
)
libraryDependencies += "org.glyptodon.guacamole" % "guacamole-ext" % "0.9.9"
[org.glyptodon.guacamole/guacamole-ext "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
org.glyptodon.guacamole : guacamole-common | jar | 0.9.9 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |