Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.apache.guacamole |
ArtifactId | ArtifactIdguacamole-common-js |
Version | Version0.9.14 |
Type | Typepom |
Filename | Size |
---|---|
guacamole-common-js-0.9.14.pom | |
guacamole-common-js-0.9.14.zip | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common-js/ -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common-js/
implementation 'org.apache.guacamole:guacamole-common-js:0.9.14'
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common-js/
implementation ("org.apache.guacamole:guacamole-common-js:0.9.14")
'org.apache.guacamole:guacamole-common-js:pom:0.9.14'
<dependency org="org.apache.guacamole" name="guacamole-common-js" rev="0.9.14">
<artifact name="guacamole-common-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-common-js', version='0.9.14')
)
libraryDependencies += "org.apache.guacamole" % "guacamole-common-js" % "0.9.14"
[org.apache.guacamole/guacamole-common-js "0.9.14"]