is not current version
Last Version 1.0.4-RELEASE

com.coherentlogic.usaspending:client 0.8.0

Java client for the USA Spending Web Services (see usaspending.gov)

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coherentlogic.usaspending
ArtifactId

ArtifactId

client
Version

Version

0.8.0
Type

Type

pom

Download client 0.8.0

Filename Size
client-0.8.0.pom 13 KB
Browse

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