MVN

com.googlecode.jen-api : jen-api

Maven & Gradle

Feb 02, 2012

jen-api · This is a Java client API and assorted tools and helpers for the Echo Nest API (at developer.echonest.com). This client works with Version 4 of the Echo Nest API.

<dependency>
    <groupId>com.googlecode.jen-api</groupId>
    <artifactId>jen-api</artifactId>
    <version>4.x.p</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jen-api : jen-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.x.p

All Versions

Choose a version of com.googlecode.jen-api : jen-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.x.x
jen-api-4.x.p

How to add a dependency to Maven

Add the following com.googlecode.jen-api : jen-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jen-api</groupId>
    <artifactId>jen-api</artifactId>
    <version>4.x.p</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jen-api : jen-api gradle dependency to your build.gradle file:

implementation 'com.googlecode.jen-api:jen-api:4.x.p'

Gradle Kotlin DSL: Add the following com.googlecode.jen-api : jen-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jen-api:jen-api:4.x.p")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jen-api : jen-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jen-api" % "jen-api" % "4.x.p"