GroupId | GroupIdcom.alibaba.otter |
---|---|
ArtifactId | ArtifactIdcanal.example |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
canal.example-1.0.18.pom | |
canal.example-1.0.18.jar | 13 KB |
canal.example-1.0.18-sources.jar | 5 KB |
canal.example-1.0.18-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>canal.example</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/
implementation 'com.alibaba.otter:canal.example:1.0.18'
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/
implementation ("com.alibaba.otter:canal.example:1.0.18")
'com.alibaba.otter:canal.example:jar:1.0.18'
<dependency org="com.alibaba.otter" name="canal.example" rev="1.0.18">
<artifact name="canal.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='canal.example', version='1.0.18')
)
libraryDependencies += "com.alibaba.otter" % "canal.example" % "1.0.18"
[com.alibaba.otter/canal.example "1.0.18"]