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