Categories |
CategoriesSecurity Dubbo Net Networking |
---|---|
GroupId | GroupIdcom.atommiddleware |
ArtifactId | ArtifactIddubbo-gateway-security |
Version | Version1.1.3-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-security/ -->
<dependency>
<groupId>com.atommiddleware</groupId>
<artifactId>dubbo-gateway-security</artifactId>
<version>1.1.3-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-security/
implementation 'com.atommiddleware:dubbo-gateway-security:1.1.3-beta'
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-security/
implementation ("com.atommiddleware:dubbo-gateway-security:1.1.3-beta")
'com.atommiddleware:dubbo-gateway-security:jar:1.1.3-beta'
<dependency org="com.atommiddleware" name="dubbo-gateway-security" rev="1.1.3-beta">
<artifact name="dubbo-gateway-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atommiddleware', module='dubbo-gateway-security', version='1.1.3-beta')
)
libraryDependencies += "com.atommiddleware" % "dubbo-gateway-security" % "1.1.3-beta"
[com.atommiddleware/dubbo-gateway-security "1.1.3-beta"]