Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ow2.frascati.examples |
ArtifactId | ArtifactIdchat-client |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
chat-client-1.2.pom | |
chat-client-1.2.jar | 110 KB |
chat-client-1.2-sources.jar | 106 KB |
chat-client-1.2-javadoc.jar | 55 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/chat-client/
implementation 'org.ow2.frascati.examples:chat-client:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/chat-client/
implementation ("org.ow2.frascati.examples:chat-client:1.2")
'org.ow2.frascati.examples:chat-client:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="chat-client" rev="1.2">
<artifact name="chat-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='chat-client', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "chat-client" % "1.2"
[org.ow2.frascati.examples/chat-client "1.2"]