is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.fred:client 0.9.7

Java client for the Federal Reserve Bank of St. Louis Web Services (FRED)

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coherentlogic.fred
ArtifactId

ArtifactId

client
Version

Version

0.9.7
Type

Type

pom

Download client 0.9.7

Filename Size
client-0.9.7.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred/client/ -->
<dependency>
    <groupId>com.coherentlogic.fred</groupId>
    <artifactId>client</artifactId>
    <version>0.9.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred/client/
implementation 'com.coherentlogic.fred:client:0.9.7'
// https://jarcasting.com/artifacts/com.coherentlogic.fred/client/
implementation ("com.coherentlogic.fred:client:0.9.7")
'com.coherentlogic.fred:client:pom:0.9.7'
<dependency org="com.coherentlogic.fred" name="client" rev="0.9.7">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred', module='client', version='0.9.7')
)
libraryDependencies += "com.coherentlogic.fred" % "client" % "0.9.7"
[com.coherentlogic.fred/client "0.9.7"]