is not current version
Last Version 2.2.1

com.jimmoores:quandl 2.0.0

Quandl REST API wrapper for Java

GroupId

GroupId

com.jimmoores
ArtifactId

ArtifactId

quandl
Version

Version

2.0.0
Type

Type

pom

Download quandl 2.0.0

Filename Size
quandl-2.0.0.pom 21 KB
Browse

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