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