GroupId | GroupIdtop.javatool |
---|---|
ArtifactId | ArtifactIdcanal-example |
Version | Version1.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.javatool/canal-example/ -->
<dependency>
<groupId>top.javatool</groupId>
<artifactId>canal-example</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.javatool/canal-example/
implementation 'top.javatool:canal-example:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/top.javatool/canal-example/
implementation ("top.javatool:canal-example:1.1.0-RELEASE")
'top.javatool:canal-example:jar:1.1.0-RELEASE'
<dependency org="top.javatool" name="canal-example" rev="1.1.0-RELEASE">
<artifact name="canal-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.javatool', module='canal-example', version='1.1.0-RELEASE')
)
libraryDependencies += "top.javatool" % "canal-example" % "1.1.0-RELEASE"
[top.javatool/canal-example "1.1.0-RELEASE"]