MVN

com.hotels.beans : bull-bom

Maven & Gradle

Jul 15, 2021
177 stars

BULL - BOM · Contains all the modules available in the BULL project

<dependency>
    <groupId>com.hotels.beans</groupId>
    <artifactId>bull-bom</artifactId>
    <version>2.0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels.beans : bull-bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.6

All Versions

Choose a version of com.hotels.beans : bull-bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
bull-bom-2.0.1.6
bull-bom-2.0.1.5
bull-bom-2.0.1.4
bull-bom-2.0.1.3
bull-bom-2.0.1.2
bull-bom-2.0.1.1
bull-bom-2.0.1
bull-bom-2.0.0
1.7.x
bull-bom-1.7.7
bull-bom-1.7.6
bull-bom-1.7.5-jdk8

How to add a dependency to Maven

Add the following com.hotels.beans : bull-bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hotels.beans</groupId>
    <artifactId>bull-bom</artifactId>
    <version>2.0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels.beans : bull-bom gradle dependency to your build.gradle file:

implementation 'com.hotels.beans:bull-bom:2.0.1.6'

Gradle Kotlin DSL: Add the following com.hotels.beans : bull-bom gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels.beans:bull-bom:2.0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels.beans : bull-bom sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels.beans" % "bull-bom" % "2.0.1.6"

Advertisement