is not current version
Last Version 3.1

jp.nephy:slackwebhook 1.2

Slack Webhook wrapper for Kotlin.

GroupId

GroupId

jp.nephy
ArtifactId

ArtifactId

slackwebhook
Version

Version

1.2
Type

Type

jar

Download slackwebhook 1.2


<!-- https://jarcasting.com/artifacts/jp.nephy/slackwebhook/ -->
<dependency>
    <groupId>jp.nephy</groupId>
    <artifactId>slackwebhook</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/jp.nephy/slackwebhook/
implementation 'jp.nephy:slackwebhook:1.2'
// https://jarcasting.com/artifacts/jp.nephy/slackwebhook/
implementation ("jp.nephy:slackwebhook:1.2")
'jp.nephy:slackwebhook:jar:1.2'
<dependency org="jp.nephy" name="slackwebhook" rev="1.2">
  <artifact name="slackwebhook" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.nephy', module='slackwebhook', version='1.2')
)
libraryDependencies += "jp.nephy" % "slackwebhook" % "1.2"
[jp.nephy/slackwebhook "1.2"]