GroupId | GroupIdjp.nephy |
---|---|
ArtifactId | ArtifactIdslackwebhook |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
slackwebhook-2.0.pom | |
slackwebhook-2.0.jar | 12 KB |
slackwebhook-2.0-sources.jar | 261 bytes |
slackwebhook-2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/jp.nephy/slackwebhook/ -->
<dependency>
<groupId>jp.nephy</groupId>
<artifactId>slackwebhook</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.nephy/slackwebhook/
implementation 'jp.nephy:slackwebhook:2.0'
// https://jarcasting.com/artifacts/jp.nephy/slackwebhook/
implementation ("jp.nephy:slackwebhook:2.0")
'jp.nephy:slackwebhook:jar:2.0'
<dependency org="jp.nephy" name="slackwebhook" rev="2.0">
<artifact name="slackwebhook" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.nephy', module='slackwebhook', version='2.0')
)
libraryDependencies += "jp.nephy" % "slackwebhook" % "2.0"
[jp.nephy/slackwebhook "2.0"]