не последняя версия
Последняя версия 3.0.9

org.apache.dubbo:dubbo-distribution 3.0.3


Категории

Категории

Distribution Компиляция и сборка Dubbo Сеть Networking
Группа

Группа

org.apache.dubbo
Идентификатор

Идентификатор

dubbo-distribution
Версия

Версия

3.0.3
Тип

Тип

pom

Скачать dubbo-distribution 3.0.3

Имя Файла Размер
dubbo-distribution-3.0.3.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-distribution/ -->
<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>dubbo-distribution</artifactId>
    <version>3.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-distribution/
implementation 'org.apache.dubbo:dubbo-distribution:3.0.3'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-distribution/
implementation ("org.apache.dubbo:dubbo-distribution:3.0.3")
'org.apache.dubbo:dubbo-distribution:pom:3.0.3'
<dependency org="org.apache.dubbo" name="dubbo-distribution" rev="3.0.3">
  <artifact name="dubbo-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-distribution', version='3.0.3')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-distribution" % "3.0.3"
[org.apache.dubbo/dubbo-distribution "3.0.3"]