| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.codingapi | 
| ArtifactId | ArtifactIdtx-client | 
| Version | Version0.0.0-test2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| tx-client-0.0.0-test2.pom | |
| tx-client-0.0.0-test2.jar | 85 KB | 
| tx-client-0.0.0-test2-sources.jar | 51 KB | 
| tx-client-0.0.0-test2-javadoc.jar | 497 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.codingapi/tx-client/ -->
<dependency>
    <groupId>com.codingapi</groupId>
    <artifactId>tx-client</artifactId>
    <version>0.0.0-test2</version>
</dependency>// https://jarcasting.com/artifacts/com.codingapi/tx-client/
implementation 'com.codingapi:tx-client:0.0.0-test2'// https://jarcasting.com/artifacts/com.codingapi/tx-client/
implementation ("com.codingapi:tx-client:0.0.0-test2")'com.codingapi:tx-client:jar:0.0.0-test2'<dependency org="com.codingapi" name="tx-client" rev="0.0.0-test2">
  <artifact name="tx-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.codingapi', module='tx-client', version='0.0.0-test2')
)libraryDependencies += "com.codingapi" % "tx-client" % "0.0.0-test2"[com.codingapi/tx-client "0.0.0-test2"]