Categories |
CategoriesAnt Build Tools Net Dubbo Networking |
---|---|
GroupId | GroupIdnet.quanter |
ArtifactId | ArtifactIdshield-dubbo |
Version | Version1.3.13.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.quanter/shield-dubbo/ -->
<dependency>
<groupId>net.quanter</groupId>
<artifactId>shield-dubbo</artifactId>
<version>1.3.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.quanter/shield-dubbo/
implementation 'net.quanter:shield-dubbo:1.3.13.RELEASE'
// https://jarcasting.com/artifacts/net.quanter/shield-dubbo/
implementation ("net.quanter:shield-dubbo:1.3.13.RELEASE")
'net.quanter:shield-dubbo:jar:1.3.13.RELEASE'
<dependency org="net.quanter" name="shield-dubbo" rev="1.3.13.RELEASE">
<artifact name="shield-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.quanter', module='shield-dubbo', version='1.3.13.RELEASE')
)
libraryDependencies += "net.quanter" % "shield-dubbo" % "1.3.13.RELEASE"
[net.quanter/shield-dubbo "1.3.13.RELEASE"]