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