GroupId | GroupIdorg.xsocket |
---|---|
ArtifactId | ArtifactIdxSocket |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
xSocket-2.6.4.pom | |
xSocket-2.6.4.jar | 327 KB |
xSocket-2.6.4-sources.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xsocket/xSocket/ -->
<dependency>
<groupId>org.xsocket</groupId>
<artifactId>xSocket</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xsocket/xSocket/
implementation 'org.xsocket:xSocket:2.6.4'
// https://jarcasting.com/artifacts/org.xsocket/xSocket/
implementation ("org.xsocket:xSocket:2.6.4")
'org.xsocket:xSocket:jar:2.6.4'
<dependency org="org.xsocket" name="xSocket" rev="2.6.4">
<artifact name="xSocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xsocket', module='xSocket', version='2.6.4')
)
libraryDependencies += "org.xsocket" % "xSocket" % "2.6.4"
[org.xsocket/xSocket "2.6.4"]