is not current version
Last Version 15

net.bolbat:bb-parent 11

Defines various standards for all BB Maven Projects

Categories

Categories

Net
GroupId

GroupId

net.bolbat
ArtifactId

ArtifactId

bb-parent
Version

Version

11
Type

Type

pom

Download bb-parent 11

Filename Size
bb-parent-11.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/net.bolbat/bb-parent/ -->
<dependency>
    <groupId>net.bolbat</groupId>
    <artifactId>bb-parent</artifactId>
    <version>11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bolbat/bb-parent/
implementation 'net.bolbat:bb-parent:11'
// https://jarcasting.com/artifacts/net.bolbat/bb-parent/
implementation ("net.bolbat:bb-parent:11")
'net.bolbat:bb-parent:pom:11'
<dependency org="net.bolbat" name="bb-parent" rev="11">
  <artifact name="bb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bolbat', module='bb-parent', version='11')
)
libraryDependencies += "net.bolbat" % "bb-parent" % "11"
[net.bolbat/bb-parent "11"]