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