GroupId | GroupIdcn.magichand |
---|---|
ArtifactId | ArtifactIdmagichand-gateway |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
magichand-gateway-1.0.4.pom | |
magichand-gateway-1.0.4.jar | 63 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.magichand/magichand-gateway/ -->
<dependency>
<groupId>cn.magichand</groupId>
<artifactId>magichand-gateway</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.magichand/magichand-gateway/
implementation 'cn.magichand:magichand-gateway:1.0.4'
// https://jarcasting.com/artifacts/cn.magichand/magichand-gateway/
implementation ("cn.magichand:magichand-gateway:1.0.4")
'cn.magichand:magichand-gateway:jar:1.0.4'
<dependency org="cn.magichand" name="magichand-gateway" rev="1.0.4">
<artifact name="magichand-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.magichand', module='magichand-gateway', version='1.0.4')
)
libraryDependencies += "cn.magichand" % "magichand-gateway" % "1.0.4"
[cn.magichand/magichand-gateway "1.0.4"]