| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.apache.guacamole | 
| ArtifactId | ArtifactIdguacamole-client | 
| Last Version | Last Version1.4.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionguacamole-client | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| guacamole-client-1.4.0.pom | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-client/ -->
<dependency>
    <groupId>org.apache.guacamole</groupId>
    <artifactId>guacamole-client</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-client/
implementation 'org.apache.guacamole:guacamole-client:1.4.0'// https://jarcasting.com/artifacts/org.apache.guacamole/guacamole-client/
implementation ("org.apache.guacamole:guacamole-client:1.4.0")'org.apache.guacamole:guacamole-client:pom:1.4.0'<dependency org="org.apache.guacamole" name="guacamole-client" rev="1.4.0">
  <artifact name="guacamole-client" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.guacamole', module='guacamole-client', version='1.4.0')
)libraryDependencies += "org.apache.guacamole" % "guacamole-client" % "1.4.0"[org.apache.guacamole/guacamole-client "1.4.0"]