| License |
License |
|---|---|
| GroupId | GroupIdorg.glyptodon.guacamole |
| ArtifactId | ArtifactIdguacamole-common |
| Last Version | Last Version0.9.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionguacamole-common
The base Java API of the Guacamole project, providing Java support for
the Guacamole stack.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guacamole-common-0.9.9.pom | |
| guacamole-common-0.9.9.jar | 32 KB |
| guacamole-common-0.9.9-sources.jar | 51 KB |
| guacamole-common-0.9.9-javadoc.jar | 199 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common/ -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common/
implementation 'org.glyptodon.guacamole:guacamole-common:0.9.9'
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common/
implementation ("org.glyptodon.guacamole:guacamole-common:0.9.9")
'org.glyptodon.guacamole:guacamole-common:jar:0.9.9'
<dependency org="org.glyptodon.guacamole" name="guacamole-common" rev="0.9.9">
<artifact name="guacamole-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glyptodon.guacamole', module='guacamole-common', version='0.9.9')
)
libraryDependencies += "org.glyptodon.guacamole" % "guacamole-common" % "0.9.9"
[org.glyptodon.guacamole/guacamole-common "0.9.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.websocket : javax.websocket-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |