GroupId | GroupIdcom.aliyun.dts |
---|---|
ArtifactId | ArtifactIdconsumer-core |
Version | Version4.8.3.14.1 |
Type | Typejar |
Filename | Size |
---|---|
consumer-core-4.8.3.14.1.pom | |
consumer-core-4.8.3.14.1.jar | 108 KB |
consumer-core-4.8.3.14.1-sources.jar | 46 KB |
consumer-core-4.8.3.14.1-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.dts/consumer-core/ -->
<dependency>
<groupId>com.aliyun.dts</groupId>
<artifactId>consumer-core</artifactId>
<version>4.8.3.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.dts/consumer-core/
implementation 'com.aliyun.dts:consumer-core:4.8.3.14.1'
// https://jarcasting.com/artifacts/com.aliyun.dts/consumer-core/
implementation ("com.aliyun.dts:consumer-core:4.8.3.14.1")
'com.aliyun.dts:consumer-core:jar:4.8.3.14.1'
<dependency org="com.aliyun.dts" name="consumer-core" rev="4.8.3.14.1">
<artifact name="consumer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.dts', module='consumer-core', version='4.8.3.14.1')
)
libraryDependencies += "com.aliyun.dts" % "consumer-core" % "4.8.3.14.1"
[com.aliyun.dts/consumer-core "4.8.3.14.1"]