License |
License |
---|---|
GroupId | GroupIdorg.apache.guacamole |
ArtifactId | ArtifactIdguacamole-common |
Version | Version1.3.0 |
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-1.3.0.pom | |
guacamole-common-1.3.0.jar | 62 KB |
guacamole-common-1.3.0-sources.jar | 78 KB |
guacamole-common-1.3.0-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/ -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/
implementation 'org.apache.guacamole:guacamole-common:1.3.0'
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/
implementation ("org.apache.guacamole:guacamole-common:1.3.0")
'org.apache.guacamole:guacamole-common:jar:1.3.0'
<dependency org="org.apache.guacamole" name="guacamole-common" rev="1.3.0">
<artifact name="guacamole-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-common', version='1.3.0')
)
libraryDependencies += "org.apache.guacamole" % "guacamole-common" % "1.3.0"
[org.apache.guacamole/guacamole-common "1.3.0"]
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 |