MVN

com.github.jensborch.webhooks4j : webhooks4j

Maven & Gradle

Mar 10, 2023
2 stars

Webhooks4j · Small, simple and extendable Java library for messaging using webhooks.

<dependency>
    <groupId>com.github.jensborch.webhooks4j</groupId>
    <artifactId>webhooks4j</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jensborch.webhooks4j : webhooks4j to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.jensborch.webhooks4j : webhooks4j to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
webhooks4j-1.0.0
0.6.x
webhooks4j-0.6.5
webhooks4j-0.6.4
webhooks4j-0.6.3
webhooks4j-0.6.2
webhooks4j-0.6.1
webhooks4j-0.6.0
0.5.x
webhooks4j-0.5.10
webhooks4j-0.5.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jensborch.webhooks4j</groupId>
    <artifactId>webhooks4j</artifactId>
    <version>1.0.0</version>
</dependency>