| Категории |
КатегорииDubbo Сеть Networking |
|---|---|
| Группа | Группаcom.atommiddleware |
| Идентификатор | Идентификаторdubbo-gateway-core |
| Версия | Версия1.1.3-beta |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dubbo-gateway-core-1.1.3-beta.pom | |
| dubbo-gateway-core-1.1.3-beta.jar | 105 KB |
| dubbo-gateway-core-1.1.3-beta-sources.jar | 57 KB |
| dubbo-gateway-core-1.1.3-beta-javadoc.jar | 365 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-core/ -->
<dependency>
<groupId>com.atommiddleware</groupId>
<artifactId>dubbo-gateway-core</artifactId>
<version>1.1.3-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-core/
implementation 'com.atommiddleware:dubbo-gateway-core:1.1.3-beta'
// https://jarcasting.com/artifacts/com.atommiddleware/dubbo-gateway-core/
implementation ("com.atommiddleware:dubbo-gateway-core:1.1.3-beta")
'com.atommiddleware:dubbo-gateway-core:jar:1.1.3-beta'
<dependency org="com.atommiddleware" name="dubbo-gateway-core" rev="1.1.3-beta">
<artifact name="dubbo-gateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atommiddleware', module='dubbo-gateway-core', version='1.1.3-beta')
)
libraryDependencies += "com.atommiddleware" % "dubbo-gateway-core" % "1.1.3-beta"
[com.atommiddleware/dubbo-gateway-core "1.1.3-beta"]