License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bolbat |
ArtifactId | ArtifactIdbb-parent |
Last Version | Last Version15 |
Release Date | Release Date |
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 | 15 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"]