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