is not current version
Last Version 1.3

io.github.spair:byond-message-client 1.2.1

Library to send and receive messages from BYOND.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.spair
ArtifactId

ArtifactId

byond-message-client
Version

Version

1.2.1
Type

Type

jar

Download byond-message-client 1.2.1


<!-- https://jarcasting.com/artifacts/io.github.spair/byond-message-client/ -->
<dependency>
    <groupId>io.github.spair</groupId>
    <artifactId>byond-message-client</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.spair/byond-message-client/
implementation 'io.github.spair:byond-message-client:1.2.1'
// https://jarcasting.com/artifacts/io.github.spair/byond-message-client/
implementation ("io.github.spair:byond-message-client:1.2.1")
'io.github.spair:byond-message-client:jar:1.2.1'
<dependency org="io.github.spair" name="byond-message-client" rev="1.2.1">
  <artifact name="byond-message-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.spair', module='byond-message-client', version='1.2.1')
)
libraryDependencies += "io.github.spair" % "byond-message-client" % "1.2.1"
[io.github.spair/byond-message-client "1.2.1"]