Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.quandl.client |
ArtifactId | ArtifactIdquandl-client-core |
Version | Version2.0.2.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.quandl.client/quandl-client-core/ -->
<dependency>
<groupId>com.coherentlogic.quandl.client</groupId>
<artifactId>quandl-client-core</artifactId>
<version>2.0.2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.quandl.client/quandl-client-core/
implementation 'com.coherentlogic.quandl.client:quandl-client-core:2.0.2.1-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.quandl.client/quandl-client-core/
implementation ("com.coherentlogic.quandl.client:quandl-client-core:2.0.2.1-RELEASE")
'com.coherentlogic.quandl.client:quandl-client-core:jar:2.0.2.1-RELEASE'
<dependency org="com.coherentlogic.quandl.client" name="quandl-client-core" rev="2.0.2.1-RELEASE">
<artifact name="quandl-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.quandl.client', module='quandl-client-core', version='2.0.2.1-RELEASE')
)
libraryDependencies += "com.coherentlogic.quandl.client" % "quandl-client-core" % "2.0.2.1-RELEASE"
[com.coherentlogic.quandl.client/quandl-client-core "2.0.2.1-RELEASE"]