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