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