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