is not current version
Last Version 0.9.9

org.glyptodon.guacamole:guacamole-common-js 0.9.0

The base JavaScript API of the Guacamole project, providing JavaScript support for the Guacamole stack, including a full client implementation for the Guacamole protocol.

Categories

Categories

JavaScript Languages
GroupId

GroupId

org.glyptodon.guacamole
ArtifactId

ArtifactId

guacamole-common-js
Version

Version

0.9.0
Type

Type

pom

Download guacamole-common-js 0.9.0


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