| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdorg.apache.guacamole |
| ArtifactId | ArtifactIdguacamole-common-js |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| guacamole-common-js-1.0.0.pom | |
| guacamole-common-js-1.0.0.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>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common-js/
implementation 'org.apache.guacamole:guacamole-common-js:1.0.0'
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common-js/
implementation ("org.apache.guacamole:guacamole-common-js:1.0.0")
'org.apache.guacamole:guacamole-common-js:pom:1.0.0'
<dependency org="org.apache.guacamole" name="guacamole-common-js" rev="1.0.0">
<artifact name="guacamole-common-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-common-js', version='1.0.0')
)
libraryDependencies += "org.apache.guacamole" % "guacamole-common-js" % "1.0.0"
[org.apache.guacamole/guacamole-common-js "1.0.0"]