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