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