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