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