| GroupId | GroupIdcom.codingapi.txlcn |
|---|---|
| ArtifactId | ArtifactIdtx-commons |
| Version | Version5.0.0.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tx-commons-5.0.0.RC1.pom | |
| tx-commons-5.0.0.RC1.jar | 20 KB |
| tx-commons-5.0.0.RC1-sources.jar | 20 KB |
| tx-commons-5.0.0.RC1-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codingapi.txlcn/tx-commons/ -->
<dependency>
<groupId>com.codingapi.txlcn</groupId>
<artifactId>tx-commons</artifactId>
<version>5.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi.txlcn/tx-commons/
implementation 'com.codingapi.txlcn:tx-commons:5.0.0.RC1'
// https://jarcasting.com/artifacts/com.codingapi.txlcn/tx-commons/
implementation ("com.codingapi.txlcn:tx-commons:5.0.0.RC1")
'com.codingapi.txlcn:tx-commons:jar:5.0.0.RC1'
<dependency org="com.codingapi.txlcn" name="tx-commons" rev="5.0.0.RC1">
<artifact name="tx-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingapi.txlcn', module='tx-commons', version='5.0.0.RC1')
)
libraryDependencies += "com.codingapi.txlcn" % "tx-commons" % "5.0.0.RC1"
[com.codingapi.txlcn/tx-commons "5.0.0.RC1"]