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