| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jensborch.webhooks4j |
| ArtifactId | ArtifactIdwebhooks4j |
| Version | Version0.6.5 |
| Type | Typepom |
| Description |
DescriptionWebhooks4j
Small, simple and extendable Java library for messaging using webhooks.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| webhooks4j-0.6.5.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jensborch.webhooks4j/webhooks4j/ -->
<dependency>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>0.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jensborch.webhooks4j/webhooks4j/
implementation 'com.github.jensborch.webhooks4j:webhooks4j:0.6.5'
// https://jarcasting.com/artifacts/com.github.jensborch.webhooks4j/webhooks4j/
implementation ("com.github.jensborch.webhooks4j:webhooks4j:0.6.5")
'com.github.jensborch.webhooks4j:webhooks4j:pom:0.6.5'
<dependency org="com.github.jensborch.webhooks4j" name="webhooks4j" rev="0.6.5">
<artifact name="webhooks4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jensborch.webhooks4j', module='webhooks4j', version='0.6.5')
)
libraryDependencies += "com.github.jensborch.webhooks4j" % "webhooks4j" % "0.6.5"
[com.github.jensborch.webhooks4j/webhooks4j "0.6.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| org.junit.jupiter : junit-jupiter | jar | |
| org.mockito : mockito-junit-jupiter | jar | 3.5.7 |