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