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