MVN

com.bbossgroups.bigdata : bigdata

Maven & Gradle

Oct 16, 2021
1 usages
27 stars

bigdata · bigdatas is a distributed event drived tool that load big datas of db to hadoop hdfs and so on.http://www.bbossgroups.com

<dependency>
    <groupId>com.bbossgroups.bigdata</groupId>
    <artifactId>bigdata</artifactId>
    <version>5.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bbossgroups.bigdata : bigdata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.2

All Versions

Choose a version of com.bbossgroups.bigdata : bigdata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
bigdata-5.8.2
5.7.x
bigdata-5.7.9
5.1.x
bigdata-5.1.0
5.0.x
bigdata-5.0.9
bigdata-5.0.5.7
bigdata-5.0.3.9
bigdata-5.0.3.6
4.10.x
bigdata-4.10.8

How to add a dependency to Maven

Add the following com.bbossgroups.bigdata : bigdata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bbossgroups.bigdata</groupId>
    <artifactId>bigdata</artifactId>
    <version>5.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bbossgroups.bigdata : bigdata gradle dependency to your build.gradle file:

implementation 'com.bbossgroups.bigdata:bigdata:5.8.2'

Gradle Kotlin DSL: Add the following com.bbossgroups.bigdata : bigdata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bbossgroups.bigdata:bigdata:5.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bbossgroups.bigdata : bigdata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bbossgroups.bigdata" % "bigdata" % "5.8.2"

Advertisement