| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.bolbat | 
    
| ArtifactId | ArtifactIdbb-parent | 
    
| Version | Version15 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionBB Parent POM 
            Defines various standards for all BB Maven Projects 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| bb-parent-15.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.bolbat/bb-parent/ -->
<dependency>
    <groupId>net.bolbat</groupId>
    <artifactId>bb-parent</artifactId>
    <version>15</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.bolbat/bb-parent/
implementation 'net.bolbat:bb-parent:15'
                // https://jarcasting.com/artifacts/net.bolbat/bb-parent/
implementation ("net.bolbat:bb-parent:15")
                'net.bolbat:bb-parent:pom:15'
                <dependency org="net.bolbat" name="bb-parent" rev="15">
  <artifact name="bb-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.bolbat', module='bb-parent', version='15')
)
                libraryDependencies += "net.bolbat" % "bb-parent" % "15"
                [net.bolbat/bb-parent "15"]