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