Categories |
CategoriesDiscord API Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.shynixn |
ArtifactId | ArtifactIddiscordwebhook-ktl |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
discordwebhook-ktl-1.1.pom | |
discordwebhook-ktl-1.1.jar | 12 KB |
discordwebhook-ktl-1.1-sources.jar | 1 KB |
discordwebhook-ktl-1.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shynixn/discordwebhook-ktl/ -->
<dependency>
<groupId>com.github.shynixn</groupId>
<artifactId>discordwebhook-ktl</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn/discordwebhook-ktl/
implementation 'com.github.shynixn:discordwebhook-ktl:1.1'
// https://jarcasting.com/artifacts/com.github.shynixn/discordwebhook-ktl/
implementation ("com.github.shynixn:discordwebhook-ktl:1.1")
'com.github.shynixn:discordwebhook-ktl:jar:1.1'
<dependency org="com.github.shynixn" name="discordwebhook-ktl" rev="1.1">
<artifact name="discordwebhook-ktl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn', module='discordwebhook-ktl', version='1.1')
)
libraryDependencies += "com.github.shynixn" % "discordwebhook-ktl" % "1.1"
[com.github.shynixn/discordwebhook-ktl "1.1"]