| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.coherentlogic.usaspending.client | 
| ArtifactId | ArtifactIdusaspending-client-core | 
| Version | Version0.8.1-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.coherentlogic.usaspending.client/usaspending-client-core/ -->
<dependency>
    <groupId>com.coherentlogic.usaspending.client</groupId>
    <artifactId>usaspending-client-core</artifactId>
    <version>0.8.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.coherentlogic.usaspending.client/usaspending-client-core/
implementation 'com.coherentlogic.usaspending.client:usaspending-client-core:0.8.1-RELEASE'// https://jarcasting.com/artifacts/com.coherentlogic.usaspending.client/usaspending-client-core/
implementation ("com.coherentlogic.usaspending.client:usaspending-client-core:0.8.1-RELEASE")'com.coherentlogic.usaspending.client:usaspending-client-core:jar:0.8.1-RELEASE'<dependency org="com.coherentlogic.usaspending.client" name="usaspending-client-core" rev="0.8.1-RELEASE">
  <artifact name="usaspending-client-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.coherentlogic.usaspending.client', module='usaspending-client-core', version='0.8.1-RELEASE')
)libraryDependencies += "com.coherentlogic.usaspending.client" % "usaspending-client-core" % "0.8.1-RELEASE"[com.coherentlogic.usaspending.client/usaspending-client-core "0.8.1-RELEASE"]