Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.shredder121 |
ArtifactId | ArtifactIdjda-async-packetprovider |
Version | Version1.3.1-MINN |
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.3.1-MINN</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shredder121/jda-async-packetprovider/
implementation 'com.github.shredder121:jda-async-packetprovider:1.3.1-MINN'
// https://jarcasting.com/artifacts/com.github.shredder121/jda-async-packetprovider/
implementation ("com.github.shredder121:jda-async-packetprovider:1.3.1-MINN")
'com.github.shredder121:jda-async-packetprovider:jar:1.3.1-MINN'
<dependency org="com.github.shredder121" name="jda-async-packetprovider" rev="1.3.1-MINN">
<artifact name="jda-async-packetprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shredder121', module='jda-async-packetprovider', version='1.3.1-MINN')
)
libraryDependencies += "com.github.shredder121" % "jda-async-packetprovider" % "1.3.1-MINN"
[com.github.shredder121/jda-async-packetprovider "1.3.1-MINN"]