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