is not current version
Last Version 15

net.bolbat:bb-parent 9

Defines various standards for all BB Maven Projects

Categories

Categories

Net
GroupId

GroupId

net.bolbat
ArtifactId

ArtifactId

bb-parent
Version

Version

9
Type

Type

pom

Download bb-parent 9

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

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