| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.iheart | 
    
| ArtifactId | ArtifactIdthomas-client_2.11 | 
    
| Version | Version0.0.0-TEST2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.iheart/thomas-client_2.11/ -->
<dependency>
    <groupId>com.iheart</groupId>
    <artifactId>thomas-client_2.11</artifactId>
    <version>0.0.0-TEST2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.iheart/thomas-client_2.11/
implementation 'com.iheart:thomas-client_2.11:0.0.0-TEST2'
                // https://jarcasting.com/artifacts/com.iheart/thomas-client_2.11/
implementation ("com.iheart:thomas-client_2.11:0.0.0-TEST2")
                'com.iheart:thomas-client_2.11:jar:0.0.0-TEST2'
                <dependency org="com.iheart" name="thomas-client_2.11" rev="0.0.0-TEST2">
  <artifact name="thomas-client_2.11" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.iheart', module='thomas-client_2.11', version='0.0.0-TEST2')
)
                libraryDependencies += "com.iheart" % "thomas-client_2.11" % "0.0.0-TEST2"
                [com.iheart/thomas-client_2.11 "0.0.0-TEST2"]