License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdorg.glyptodon.guacamole |
ArtifactId | ArtifactIdguacamole-common-js |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionguacamole-common-js
The base JavaScript API of the Guacamole project, providing JavaScript
support for the Guacamole stack, including a full client
implementation for the Guacamole protocol.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guacamole-common-js-0.9.9.pom | |
guacamole-common-js-0.9.9.zip | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common-js/ -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common-js/
implementation 'org.glyptodon.guacamole:guacamole-common-js:0.9.9'
// https://jarcasting.com/artifacts/org.glyptodon.guacamole/guacamole-common-js/
implementation ("org.glyptodon.guacamole:guacamole-common-js:0.9.9")
'org.glyptodon.guacamole:guacamole-common-js:pom:0.9.9'
<dependency org="org.glyptodon.guacamole" name="guacamole-common-js" rev="0.9.9">
<artifact name="guacamole-common-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glyptodon.guacamole', module='guacamole-common-js', version='0.9.9')
)
libraryDependencies += "org.glyptodon.guacamole" % "guacamole-common-js" % "0.9.9"
[org.glyptodon.guacamole/guacamole-common-js "0.9.9"]