GroupId | GroupIdorg.t-io |
---|---|
ArtifactId | ArtifactIdtio-websocket-common |
Version | Version3.3.8.v20190820-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.t-io/tio-websocket-common/ -->
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-common</artifactId>
<version>3.3.8.v20190820-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.t-io/tio-websocket-common/
implementation 'org.t-io:tio-websocket-common:3.3.8.v20190820-RELEASE'
// https://jarcasting.com/artifacts/org.t-io/tio-websocket-common/
implementation ("org.t-io:tio-websocket-common:3.3.8.v20190820-RELEASE")
'org.t-io:tio-websocket-common:jar:3.3.8.v20190820-RELEASE'
<dependency org="org.t-io" name="tio-websocket-common" rev="3.3.8.v20190820-RELEASE">
<artifact name="tio-websocket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t-io', module='tio-websocket-common', version='3.3.8.v20190820-RELEASE')
)
libraryDependencies += "org.t-io" % "tio-websocket-common" % "3.3.8.v20190820-RELEASE"
[org.t-io/tio-websocket-common "3.3.8.v20190820-RELEASE"]