MVN

net.sf.bluecove : bluecove

Maven & Gradle

Dec 25, 2008
18 usages

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

<dependency>
    <groupId>net.sf.bluecove</groupId>
    <artifactId>bluecove</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.bluecove : bluecove to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of net.sf.bluecove : bluecove to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
bluecove-2.1.0
2.0.x
bluecove-2.0.3
bluecove-2.0.2
bluecove-2.0.1
bluecove-2.0.0
1.2.x
bluecove-1.2.3
bluecove-1.2.2
bluecove-1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.bluecove</groupId>
    <artifactId>bluecove</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.bluecove : bluecove gradle dependency to your build.gradle file:

implementation 'net.sf.bluecove:bluecove:2.1.0'

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

implementation("net.sf.bluecove:bluecove:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.bluecove : bluecove sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.bluecove" % "bluecove" % "2.1.0"