Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.atommiddleware |
ArtifactId | ArtifactIddubbo-gateway-api |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dubbo-gateway-api-1.1.1.pom | |
dubbo-gateway-api-1.1.1.jar | 10 KB |
dubbo-gateway-api-1.1.1-sources.jar | 5 KB |
dubbo-gateway-api-1.1.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-api/ -->
<dependency>
<groupId>com.atommiddleware</groupId>
<artifactId>dubbo-gateway-api</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-api/
implementation 'com.atommiddleware:dubbo-gateway-api:1.1.1'
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-api/
implementation ("com.atommiddleware:dubbo-gateway-api:1.1.1")
'com.atommiddleware:dubbo-gateway-api:jar:1.1.1'
<dependency org="com.atommiddleware" name="dubbo-gateway-api" rev="1.1.1">
<artifact name="dubbo-gateway-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atommiddleware', module='dubbo-gateway-api', version='1.1.1')
)
libraryDependencies += "com.atommiddleware" % "dubbo-gateway-api" % "1.1.1"
[com.atommiddleware/dubbo-gateway-api "1.1.1"]