| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.ow2.frascati.examples | 
| ArtifactId | ArtifactIdchat-client | 
| Last Version | Last Version1.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOW2 FraSCAti Examples: Chat client | 
| Filename | Size | 
|---|---|
| chat-client-1.4.pom | |
| chat-client-1.4.jar | 110 KB | 
| chat-client-1.4-sources.jar | 107 KB | 
| chat-client-1.4-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/chat-client/ -->
<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>chat-client</artifactId>
    <version>1.4</version>
</dependency>// https://jarcasting.com/artifacts/org.ow2.frascati.examples/chat-client/
implementation 'org.ow2.frascati.examples:chat-client:1.4'// https://jarcasting.com/artifacts/org.ow2.frascati.examples/chat-client/
implementation ("org.ow2.frascati.examples:chat-client:1.4")'org.ow2.frascati.examples:chat-client:jar:1.4'<dependency org="org.ow2.frascati.examples" name="chat-client" rev="1.4">
  <artifact name="chat-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ow2.frascati.examples', module='chat-client', version='1.4')
)libraryDependencies += "org.ow2.frascati.examples" % "chat-client" % "1.4"[org.ow2.frascati.examples/chat-client "1.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jdesktop : appframework | jar | 1.0.3 | 
| org.ow2.frascati : frascati-binding-rmi | jar | 1.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.ow2.frascati : frascati-runtime-factory | jar | 1.4 | 
| org.ow2.frascati : frascati-explorer-api | jar | 1.4 |