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