GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdchat |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
chat-2.2.pom | |
chat-2.2.jar | 4 KB |
chat-2.2-sources.jar | 4 KB |
chat-2.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/chat/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>chat</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/chat/
implementation 'io.github.shiruka:chat:2.2'
// https://jarcasting.com/artifacts/io.github.shiruka/chat/
implementation ("io.github.shiruka:chat:2.2")
'io.github.shiruka:chat:jar:2.2'
<dependency org="io.github.shiruka" name="chat" rev="2.2">
<artifact name="chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='chat', version='2.2')
)
libraryDependencies += "io.github.shiruka" % "chat" % "2.2"
[io.github.shiruka/chat "2.2"]