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