MVN

co.arcs.groove : basking

Maven & Gradle

Jun 28, 2014
1 stars

basking · Java + command-line tool for synchronising Grooveshark libraries.

<dependency>
    <groupId>co.arcs.groove</groupId>
    <artifactId>basking</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.arcs.groove : basking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of co.arcs.groove : basking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
basking-1.7.2
basking-1.7.1

How to add a dependency to Maven

Add the following co.arcs.groove : basking maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.arcs.groove</groupId>
    <artifactId>basking</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.arcs.groove : basking gradle dependency to your build.gradle file:

implementation 'co.arcs.groove:basking:1.7.2'

Gradle Kotlin DSL: Add the following co.arcs.groove : basking gradle kotlin dependency to your build.gradle.kts file:

implementation("co.arcs.groove:basking:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.arcs.groove : basking sbt scala dependency to your build.sbt file:

libraryDependencies += "co.arcs.groove" % "basking" % "1.7.2"