License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bis5.gitlab |
ArtifactId | ArtifactIdgitlab-webhook-event-emitter |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGitLab Webhook Event Emitter
GitLab's webhook event emitter as CDI event
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.bis5.gitlab/gitlab-webhook-event-emitter/ -->
<dependency>
<groupId>net.bis5.gitlab</groupId>
<artifactId>gitlab-webhook-event-emitter</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bis5.gitlab/gitlab-webhook-event-emitter/
implementation 'net.bis5.gitlab:gitlab-webhook-event-emitter:0.1.1'
// https://jarcasting.com/artifacts/net.bis5.gitlab/gitlab-webhook-event-emitter/
implementation ("net.bis5.gitlab:gitlab-webhook-event-emitter:0.1.1")
'net.bis5.gitlab:gitlab-webhook-event-emitter:jar:0.1.1'
<dependency org="net.bis5.gitlab" name="gitlab-webhook-event-emitter" rev="0.1.1">
<artifact name="gitlab-webhook-event-emitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bis5.gitlab', module='gitlab-webhook-event-emitter', version='0.1.1')
)
libraryDependencies += "net.bis5.gitlab" % "gitlab-webhook-event-emitter" % "0.1.1"
[net.bis5.gitlab/gitlab-webhook-event-emitter "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.gitlab4j : gitlab4j-api | jar | 4.14.26 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |