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