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