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