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