Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.shredder121 |
ArtifactId | ArtifactIdjda-async-packetprovider |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shredder121/jda-async-packetprovider/ -->
<dependency>
<groupId>com.github.shredder121</groupId>
<artifactId>jda-async-packetprovider</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shredder121/jda-async-packetprovider/
implementation 'com.github.shredder121:jda-async-packetprovider:1.2'
// https://jarcasting.com/artifacts/com.github.shredder121/jda-async-packetprovider/
implementation ("com.github.shredder121:jda-async-packetprovider:1.2")
'com.github.shredder121:jda-async-packetprovider:jar:1.2'
<dependency org="com.github.shredder121" name="jda-async-packetprovider" rev="1.2">
<artifact name="jda-async-packetprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shredder121', module='jda-async-packetprovider', version='1.2')
)
libraryDependencies += "com.github.shredder121" % "jda-async-packetprovider" % "1.2"
[com.github.shredder121/jda-async-packetprovider "1.2"]