b

bb-other-bom

BB - Dependencies BoMs - Other Dependencies BoM
Files download
File Operation
bb-other-bom-0.1.pom download
Apache Maven
<dependency>
  <groupId>net.bolbat</groupId>
  <artifactId>bb-other-bom</artifactId>
  <version>0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.bolbat:bb-other-bom:0.1'
Gradle Kotlin
implementation("net.bolbat:bb-other-bom:0.1")
Scala SBT
libraryDependencies += "net.bolbat" % "bb-other-bom" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.bolbat', module='bb-other-bom', version='0.1')
)
Apache Ivy
<dependency org="net.bolbat" name="bb-other-bom" rev="0.1" />
Leiningen
[net.bolbat/bb-other-bom "0.1"]
Apache Buildr
'net.bolbat:bb-other-bom:jar:0.1'