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