GroupId | GroupIdcom.jimmoores |
---|---|
ArtifactId | ArtifactIdquandl |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
quandl-1.4.2.pom | |
quandl-1.4.2.jar | 69 KB |
quandl-1.4.2-tests.jar | 4 MB |
quandl-1.4.2-sources.jar | 46 KB |
quandl-1.4.2-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jimmoores/quandl/ -->
<dependency>
<groupId>com.jimmoores</groupId>
<artifactId>quandl</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation 'com.jimmoores:quandl:1.4.2'
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation ("com.jimmoores:quandl:1.4.2")
'com.jimmoores:quandl:jar:1.4.2'
<dependency org="com.jimmoores" name="quandl" rev="1.4.2">
<artifact name="quandl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jimmoores', module='quandl', version='1.4.2')
)
libraryDependencies += "com.jimmoores" % "quandl" % "1.4.2"
[com.jimmoores/quandl "1.4.2"]