GroupId | GroupIdcom.jimmoores |
---|---|
ArtifactId | ArtifactIdquandl |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
quandl-2.1.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jimmoores/quandl/ -->
<dependency>
<groupId>com.jimmoores</groupId>
<artifactId>quandl</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation 'com.jimmoores:quandl:2.1.0'
// https://jarcasting.com/artifacts/com.jimmoores/quandl/
implementation ("com.jimmoores:quandl:2.1.0")
'com.jimmoores:quandl:pom:2.1.0'
<dependency org="com.jimmoores" name="quandl" rev="2.1.0">
<artifact name="quandl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jimmoores', module='quandl', version='2.1.0')
)
libraryDependencies += "com.jimmoores" % "quandl" % "2.1.0"
[com.jimmoores/quandl "2.1.0"]