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