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