MVN

io.honeycomb.beeline : beeline-core

Maven & Gradle

Sep 30, 2022
9 usages
12 stars

Beeline Java (Core) · The core library of the Honeycomb Beeline for Java

<dependency>
    <groupId>io.honeycomb.beeline</groupId>
    <artifactId>beeline-core</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.honeycomb.beeline : beeline-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.honeycomb.beeline : beeline-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
beeline-core-2.1.1
beeline-core-2.1.0
2.0.x
beeline-core-2.0.0
1.7.x
beeline-core-1.7.1
beeline-core-1.7.0
1.6.x
beeline-core-1.6.1
1.5.x
beeline-core-1.5.1
beeline-core-1.5.0
1.4.x
beeline-core-1.4.0
1.3.x
beeline-core-1.3.0
1.2.x
beeline-core-1.2.0
1.1.x
beeline-core-1.1.1
beeline-core-1.1.0
1.0.x
beeline-core-1.0.9
beeline-core-1.0.8
beeline-core-1.0.7
beeline-core-1.0.5
beeline-core-1.0.4
beeline-core-1.0.3
beeline-core-1.0.2
beeline-core-1.0.1
beeline-core-1.0.0

How to add a dependency to Maven

Add the following io.honeycomb.beeline : beeline-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.honeycomb.beeline</groupId>
    <artifactId>beeline-core</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.honeycomb.beeline : beeline-core gradle dependency to your build.gradle file:

implementation 'io.honeycomb.beeline:beeline-core:2.1.1'

Gradle Kotlin DSL: Add the following io.honeycomb.beeline : beeline-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.honeycomb.beeline:beeline-core:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.honeycomb.beeline : beeline-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.honeycomb.beeline" % "beeline-core" % "2.1.1"

Advertisement