Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fanxuankai.zeus |
ArtifactId | ArtifactIdcanal-client |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
canal-client-0.0.1.pom | 1006 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-client/ -->
<dependency>
<groupId>com.fanxuankai.zeus</groupId>
<artifactId>canal-client</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-client/
implementation 'com.fanxuankai.zeus:canal-client:0.0.1'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/canal-client/
implementation ("com.fanxuankai.zeus:canal-client:0.0.1")
'com.fanxuankai.zeus:canal-client:pom:0.0.1'
<dependency org="com.fanxuankai.zeus" name="canal-client" rev="0.0.1">
<artifact name="canal-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='canal-client', version='0.0.1')
)
libraryDependencies += "com.fanxuankai.zeus" % "canal-client" % "0.0.1"
[com.fanxuankai.zeus/canal-client "0.0.1"]