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