is not current version
Last Version 1.4.0

org.apache.guacamole:guacamole-common 1.0.0

The base Java API of the Guacamole project, providing Java support for the Guacamole stack.

GroupId

GroupId

org.apache.guacamole
ArtifactId

ArtifactId

guacamole-common
Version

Version

1.0.0
Type

Type

jar

Download guacamole-common 1.0.0


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