GroupId | GroupIdcom.fanxuankai.zeus |
---|---|
ArtifactId | ArtifactIdcanal-core |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
canal-core-2.0.1.pom | |
canal-core-2.0.1.jar | 56 KB |
canal-core-2.0.1-sources.jar | 23 KB |
canal-core-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-core/
implementation 'com.fanxuankai.zeus:canal-core:2.0.1'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-core/
implementation ("com.fanxuankai.zeus:canal-core:2.0.1")
'com.fanxuankai.zeus:canal-core:jar:2.0.1'
<dependency org="com.fanxuankai.zeus" name="canal-core" rev="2.0.1">
<artifact name="canal-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='canal-core', version='2.0.1')
)
libraryDependencies += "com.fanxuankai.zeus" % "canal-core" % "2.0.1"
[com.fanxuankai.zeus/canal-core "2.0.1"]