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