Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.wgzhao.datax |
ArtifactId | ArtifactIddatax-common |
Version | Version3.2.3 |
Type | Typejar |
Filename | Size |
---|---|
datax-common-3.2.3.pom | |
datax-common-3.2.3.jar | 92 KB |
datax-common-3.2.3-sources.jar | 66 KB |
datax-common-3.2.3-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/datax-common/ -->
<dependency>
<groupId>com.wgzhao.datax</groupId>
<artifactId>datax-common</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/datax-common/
implementation 'com.wgzhao.datax:datax-common:3.2.3'
// https://jarcasting.com/artifacts/com.wgzhao.datax/datax-common/
implementation ("com.wgzhao.datax:datax-common:3.2.3")
'com.wgzhao.datax:datax-common:jar:3.2.3'
<dependency org="com.wgzhao.datax" name="datax-common" rev="3.2.3">
<artifact name="datax-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='datax-common', version='3.2.3')
)
libraryDependencies += "com.wgzhao.datax" % "datax-common" % "3.2.3"
[com.wgzhao.datax/datax-common "3.2.3"]