GroupId | GroupIdorg.apache.guacamole |
---|---|
ArtifactId | ArtifactIdguacamole-common |
Version | Version0.9.14 |
Type | Typejar |
Filename | Size |
---|---|
guacamole-common-0.9.14.pom | |
guacamole-common-0.9.14.jar | 58 KB |
guacamole-common-0.9.14-sources.jar | 73 KB |
guacamole-common-0.9.14-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/ -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/
implementation 'org.apache.guacamole:guacamole-common:0.9.14'
// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-common/
implementation ("org.apache.guacamole:guacamole-common:0.9.14")
'org.apache.guacamole:guacamole-common:jar:0.9.14'
<dependency org="org.apache.guacamole" name="guacamole-common" rev="0.9.14">
<artifact name="guacamole-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-common', version='0.9.14')
)
libraryDependencies += "org.apache.guacamole" % "guacamole-common" % "0.9.14"
[org.apache.guacamole/guacamole-common "0.9.14"]