is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.fred:client 2.0.2-RELEASE

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

2.0.2-RELEASE
Type

Type

pom

Download client 2.0.2-RELEASE

Filename Size
client-2.0.2-RELEASE.pom 23 KB
Browse

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