| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.vx68k.bitbucket | 
    
| ArtifactId | ArtifactIdbitbucket-webhook-example | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionBitbucket Webhook Example 
            Example web application of the Bitbucket Webhook Library 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationNishimura Software Studio | 
            
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example/ -->
<dependency>
    <groupId>org.vx68k.bitbucket</groupId>
    <artifactId>bitbucket-webhook-example</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example/
implementation 'org.vx68k.bitbucket:bitbucket-webhook-example:1.0'
                // https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-example/
implementation ("org.vx68k.bitbucket:bitbucket-webhook-example:1.0")
                'org.vx68k.bitbucket:bitbucket-webhook-example:war:1.0'
                <dependency org="org.vx68k.bitbucket" name="bitbucket-webhook-example" rev="1.0">
  <artifact name="bitbucket-webhook-example" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-webhook-example', version='1.0')
)
                libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-webhook-example" % "1.0"
                [org.vx68k.bitbucket/bitbucket-webhook-example "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.vx68k.bitbucket : bitbucket-api-client-oauth | jar | 3.0 | 
| org.vx68k.bitbucket : bitbucket-webhook | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax : javaee-web-api | jar | 6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish : javax.json | jar | 1.0.4 | 
| org.richfaces : richfaces | jar | 4.5.1.Final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |