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