Categories |
CategoriesNet Discord API Business Logic Libraries |
---|---|
GroupId | GroupIdnet.katsstuff |
ArtifactId | ArtifactIdackcord-voice_2.12 |
Version | Version0.15.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.katsstuff/ackcord-voice_2.12/ -->
<dependency>
<groupId>net.katsstuff</groupId>
<artifactId>ackcord-voice_2.12</artifactId>
<version>0.15.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-voice_2.12/
implementation 'net.katsstuff:ackcord-voice_2.12:0.15.0-RC1'
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-voice_2.12/
implementation ("net.katsstuff:ackcord-voice_2.12:0.15.0-RC1")
'net.katsstuff:ackcord-voice_2.12:jar:0.15.0-RC1'
<dependency org="net.katsstuff" name="ackcord-voice_2.12" rev="0.15.0-RC1">
<artifact name="ackcord-voice_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.katsstuff', module='ackcord-voice_2.12', version='0.15.0-RC1')
)
libraryDependencies += "net.katsstuff" % "ackcord-voice_2.12" % "0.15.0-RC1"
[net.katsstuff/ackcord-voice_2.12 "0.15.0-RC1"]