Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.gpedro.integrations.slack |
ArtifactId | ArtifactIdslack-webhook |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
slack-webhook-1.2.1.pom | |
slack-webhook-1.2.1.jar | 13 KB |
slack-webhook-1.2.1-sources.jar | 6 KB |
slack-webhook-1.2.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gpedro.integrations.slack/slack-webhook/ -->
<dependency>
<groupId>net.gpedro.integrations.slack</groupId>
<artifactId>slack-webhook</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.gpedro.integrations.slack/slack-webhook/
implementation 'net.gpedro.integrations.slack:slack-webhook:1.2.1'
// https://jarcasting.com/artifacts/net.gpedro.integrations.slack/slack-webhook/
implementation ("net.gpedro.integrations.slack:slack-webhook:1.2.1")
'net.gpedro.integrations.slack:slack-webhook:jar:1.2.1'
<dependency org="net.gpedro.integrations.slack" name="slack-webhook" rev="1.2.1">
<artifact name="slack-webhook" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gpedro.integrations.slack', module='slack-webhook', version='1.2.1')
)
libraryDependencies += "net.gpedro.integrations.slack" % "slack-webhook" % "1.2.1"
[net.gpedro.integrations.slack/slack-webhook "1.2.1"]