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