g

gitlab-webhook-event-emitter-tomcat

gitlab webhook event emitter with tomcat sample app
https://github.com/maruTA-bis5/gitlab-webhook-event-emitter
MIT License
Takayuki Maruyama
Files download
File Operation
gitlab-webhook-event-emitter-tomcat-0.1.2.jar download
gitlab-webhook-event-emitter-tomcat-0.1.2.pom download
gitlab-webhook-event-emitter-tomcat-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bis5.gitlab</groupId>
  <artifactId>gitlab-webhook-event-emitter-tomcat</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.bis5.gitlab:gitlab-webhook-event-emitter-tomcat:0.1.2'
Gradle Kotlin
implementation("net.bis5.gitlab:gitlab-webhook-event-emitter-tomcat:0.1.2")
Scala SBT
libraryDependencies += "net.bis5.gitlab" % "gitlab-webhook-event-emitter-tomcat" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.bis5.gitlab', module='gitlab-webhook-event-emitter-tomcat', version='0.1.2')
)
Apache Ivy
<dependency org="net.bis5.gitlab" name="gitlab-webhook-event-emitter-tomcat" rev="0.1.2" />
Leiningen
[net.bis5.gitlab/gitlab-webhook-event-emitter-tomcat "0.1.2"]
Apache Buildr
'net.bis5.gitlab:gitlab-webhook-event-emitter-tomcat:jar:0.1.2'