не последняя версия
Последняя версия 2.0.3-RELEASE

com.coherentlogic.fred:client 1.0.10-RELEASE

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

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.coherentlogic.fred
Идентификатор

Идентификатор

client
Версия

Версия

1.0.10-RELEASE
Тип

Тип

pom

Скачать client 1.0.10-RELEASE

Имя Файла Размер
client-1.0.10-RELEASE.pom 16 KB
Обзор

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