GroupId | GroupIdcom.fanxuankai.zeus |
---|---|
ArtifactId | ArtifactIdcanal-core |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
canal-core-2.0.4.pom | |
canal-core-2.0.4.jar | 59 KB |
canal-core-2.0.4-sources.jar | 24 KB |
canal-core-2.0.4-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-core/ -->
<dependency>
<groupId>com.fanxuankai.zeus</groupId>
<artifactId>canal-core</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-core/
implementation 'com.fanxuankai.zeus:canal-core:2.0.4'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-core/
implementation ("com.fanxuankai.zeus:canal-core:2.0.4")
'com.fanxuankai.zeus:canal-core:jar:2.0.4'
<dependency org="com.fanxuankai.zeus" name="canal-core" rev="2.0.4">
<artifact name="canal-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='canal-core', version='2.0.4')
)
libraryDependencies += "com.fanxuankai.zeus" % "canal-core" % "2.0.4"
[com.fanxuankai.zeus/canal-core "2.0.4"]