GroupId | GroupIdio.gitee.quanwenz |
---|---|
ArtifactId | ArtifactIdcommon-rpc-tools |
Version | Version1.0.3-20210908-1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.gitee.quanwenz/common-rpc-tools/ -->
<dependency>
<groupId>io.gitee.quanwenz</groupId>
<artifactId>common-rpc-tools</artifactId>
<version>1.0.3-20210908-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-rpc-tools/
implementation 'io.gitee.quanwenz:common-rpc-tools:1.0.3-20210908-1'
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-rpc-tools/
implementation ("io.gitee.quanwenz:common-rpc-tools:1.0.3-20210908-1")
'io.gitee.quanwenz:common-rpc-tools:pom:1.0.3-20210908-1'
<dependency org="io.gitee.quanwenz" name="common-rpc-tools" rev="1.0.3-20210908-1">
<artifact name="common-rpc-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.quanwenz', module='common-rpc-tools', version='1.0.3-20210908-1')
)
libraryDependencies += "io.gitee.quanwenz" % "common-rpc-tools" % "1.0.3-20210908-1"
[io.gitee.quanwenz/common-rpc-tools "1.0.3-20210908-1"]