| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.vx68k.bitbucket | 
    
| ArtifactId | ArtifactIdbitbucket-webhook-parent | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionBitbucket Webhook Library for Java (Parent) 
            Parent project for the Bitbucket Webhook Library 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationNishimura Software Studio | 
            
| Filename | Size | 
|---|---|
| bitbucket-webhook-parent-1.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-parent/ -->
<dependency>
    <groupId>org.vx68k.bitbucket</groupId>
    <artifactId>bitbucket-webhook-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-parent/
implementation 'org.vx68k.bitbucket:bitbucket-webhook-parent:1.0'
                // https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook-parent/
implementation ("org.vx68k.bitbucket:bitbucket-webhook-parent:1.0")
                'org.vx68k.bitbucket:bitbucket-webhook-parent:pom:1.0'
                <dependency org="org.vx68k.bitbucket" name="bitbucket-webhook-parent" rev="1.0">
  <artifact name="bitbucket-webhook-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-webhook-parent', version='1.0')
)
                libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-webhook-parent" % "1.0"
                [org.vx68k.bitbucket/bitbucket-webhook-parent "1.0"]