Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdwebsocket-json-messages |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-json-messages/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>websocket-json-messages</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-json-messages/
implementation 'org.atteo.moonshine:websocket-json-messages:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-json-messages/
implementation ("org.atteo.moonshine:websocket-json-messages:1.1")
'org.atteo.moonshine:websocket-json-messages:jar:1.1'
<dependency org="org.atteo.moonshine" name="websocket-json-messages" rev="1.1">
<artifact name="websocket-json-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='websocket-json-messages', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "websocket-json-messages" % "1.1"
[org.atteo.moonshine/websocket-json-messages "1.1"]