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