is not current version
Last Version 15

net.bolbat:bb-parent 10

Defines various standards for all BB Maven Projects

Categories

Categories

Net
GroupId

GroupId

net.bolbat
ArtifactId

ArtifactId

bb-parent
Version

Version

10
Type

Type

pom

Download bb-parent 10

Filename Size
bb-parent-10.pom 15 KB
Browse

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