is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.fred:client 1.0.11-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

1.0.11-RELEASE
Type

Type

pom

Download client 1.0.11-RELEASE

Filename Size
client-1.0.11-RELEASE.pom 16 KB
Browse

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