MVN

io.ultreia : bluecove

Maven & Gradle

Feb 18, 2018
2 usages

bluecove · BlueCove is JSR-82 J2SE implementation that currently interfaces with the Mac OS X, WIDCOMM, BlueSoleil and Microsoft Bluetooth stack

<dependency>
    <groupId>io.ultreia</groupId>
    <artifactId>bluecove</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ultreia : bluecove to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.ultreia : bluecove to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
bluecove-2.1.1

How to add a dependency to Maven

Add the following io.ultreia : bluecove maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ultreia</groupId>
    <artifactId>bluecove</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ultreia : bluecove gradle dependency to your build.gradle file:

implementation 'io.ultreia:bluecove:2.1.1'

Gradle Kotlin DSL: Add the following io.ultreia : bluecove gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ultreia:bluecove:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ultreia : bluecove sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ultreia" % "bluecove" % "2.1.1"

Advertisement