Download guacamole-common-0.9.7.jar file - Jar g

Jar examples for g:guacamole-common

Description

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

You can download jar file guacamole-common 0.9.7 in this page.

License

Mozilla Public License Version 1.1

Build File

You can use the following script to add guacamole-common-0.9.7.jar to your project.

<dependency>
   <groupId>org.glyptodon.guacamole</groupId>
   <artifactId>guacamole-common</artifactId>
   <version>0.9.7</version>
</dependency>
compile group: 'org.glyptodon.guacamole', name: 'guacamole-common', version: '0.9.7'
libraryDependencies += "org.glyptodon.guacamole" % "guacamole-common" % "0.9.7"
<dependency org="org.glyptodon.guacamole" name="guacamole-common" rev="0.9.7"/>
@Grapes(@Grab(group='org.glyptodon.guacamole', module='guacamole-common', version='0.9.7'))
'org.glyptodon.guacamole:guacamole-common:jar:0.9.7'

Download

Click the following link to download the jar file.

guacamole-common-0.9.7.jar
guacamole-common-0.9.7-javadoc.jar
guacamole-common-0.9.7.pom
guacamole-common-0.9.7-sources.jar



Related Tutorials