GroupId | GroupIdjp.nephy |
---|---|
ArtifactId | ArtifactIdslackwebhook |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
slackwebhook-1.2.pom | |
slackwebhook-1.2.jar | 13 KB |
slackwebhook-1.2-sources.jar | 261 bytes |
slackwebhook-1.2-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]