| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.uberfire | 
| ArtifactId | ArtifactIduberfire-simple-docks-client | 
| Version | Version7.45.0.t20201009 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks-client/ -->
<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-simple-docks-client</artifactId>
    <version>7.45.0.t20201009</version>
</dependency>// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks-client/
implementation 'org.uberfire:uberfire-simple-docks-client:7.45.0.t20201009'// https://jarcasting.com/artifacts/org.uberfire/uberfire-simple-docks-client/
implementation ("org.uberfire:uberfire-simple-docks-client:7.45.0.t20201009")'org.uberfire:uberfire-simple-docks-client:jar:7.45.0.t20201009'<dependency org="org.uberfire" name="uberfire-simple-docks-client" rev="7.45.0.t20201009">
  <artifact name="uberfire-simple-docks-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.uberfire', module='uberfire-simple-docks-client', version='7.45.0.t20201009')
)libraryDependencies += "org.uberfire" % "uberfire-simple-docks-client" % "7.45.0.t20201009"[org.uberfire/uberfire-simple-docks-client "7.45.0.t20201009"]