is not current version
Last Version 2.2.1

com.jimmoores:quandl 0.8.1

Quandl REST API wrapper for Java

GroupId

GroupId

com.jimmoores
ArtifactId

ArtifactId

quandl
Version

Version

0.8.1
Type

Type

jar

Download quandl 0.8.1


<!-- https://jarcasting.com/artifacts/com.jimmoores/quandl/ -->
<dependency>
    <groupId>com.jimmoores</groupId>
    <artifactId>quandl</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation 'com.jimmoores:quandl:0.8.1'
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation ("com.jimmoores:quandl:0.8.1")
'com.jimmoores:quandl:jar:0.8.1'
<dependency org="com.jimmoores" name="quandl" rev="0.8.1">
  <artifact name="quandl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jimmoores', module='quandl', version='0.8.1')
)
libraryDependencies += "com.jimmoores" % "quandl" % "0.8.1"
[com.jimmoores/quandl "0.8.1"]