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