License |
License |
---|---|
GroupId | GroupIdorg.vx68k.bitbucket |
ArtifactId | ArtifactIdbitbucket-webhook-example-servlet |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionBitbucket Webhook Example for Servlet-only containers
Example web application of the Bitbucket Webhook Library for Servlet-only containers
|
Project URL |
Project URL |
Project Organization |
Project OrganizationNishimura Software Studio |
Filename | Size |
---|---|
bitbucket-webhook-example-servlet-1.0.pom | |
bitbucket-webhook-example-servlet-1.0.war | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example-servlet/ -->
<dependency>
<groupId>org.vx68k.bitbucket</groupId>
<artifactId>bitbucket-webhook-example-servlet</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example-servlet/
implementation 'org.vx68k.bitbucket:bitbucket-webhook-example-servlet:1.0'
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example-servlet/
implementation ("org.vx68k.bitbucket:bitbucket-webhook-example-servlet:1.0")
'org.vx68k.bitbucket:bitbucket-webhook-example-servlet:war:1.0'
<dependency org="org.vx68k.bitbucket" name="bitbucket-webhook-example-servlet" rev="1.0">
<artifact name="bitbucket-webhook-example-servlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-webhook-example-servlet', version='1.0')
)
libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-webhook-example-servlet" % "1.0"
[org.vx68k.bitbucket/bitbucket-webhook-example-servlet "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.ejb : javax.ejb-api | jar | 3.2 |
javax.validation : validation-api | jar | 1.1.0.Final |
org.glassfish : javax.faces | jar | 2.2.12 |
org.jboss.weld : weld-core-jsf | jar | 2.2.14.Final |
org.jboss.weld.servlet : weld-servlet-core | jar | 2.2.14.Final |
org.jboss : jandex | jar | 1.2.4.Final |
org.vx68k.bitbucket : bitbucket-webhook-example | war | 1.0 |