| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.coherentlogic.quandl | 
| ArtifactId | ArtifactIdclient | 
| Last Version | Last Version2.0.3-RELEASE | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionCoherent Logic Quandl Client Java client for the Quandl Web Services (Quandl) | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| client-2.0.3-RELEASE.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.coherentlogic.quandl/client/ -->
<dependency>
    <groupId>com.coherentlogic.quandl</groupId>
    <artifactId>client</artifactId>
    <version>2.0.3-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.coherentlogic.quandl/client/
implementation 'com.coherentlogic.quandl:client:2.0.3-RELEASE'// https://jarcasting.com/artifacts/com.coherentlogic.quandl/client/
implementation ("com.coherentlogic.quandl:client:2.0.3-RELEASE")'com.coherentlogic.quandl:client:pom:2.0.3-RELEASE'<dependency org="com.coherentlogic.quandl" name="client" rev="2.0.3-RELEASE">
  <artifact name="client" type="pom" />
</dependency>@Grapes(
@Grab(group='com.coherentlogic.quandl', module='client', version='2.0.3-RELEASE')
)libraryDependencies += "com.coherentlogic.quandl" % "client" % "2.0.3-RELEASE"[com.coherentlogic.quandl/client "2.0.3-RELEASE"]