| Категории |
КатегорииGeronimo Контейнер Application Servers |
|---|---|
| Группа | Группаorg.apache.geronimo |
| Идентификатор | Идентификаторgeronimo-microprofile-aggregator |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| geronimo-microprofile-aggregator-1.0.1.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-microprofile-aggregator/ -->
<dependency>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-microprofile-aggregator</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-microprofile-aggregator/
implementation 'org.apache.geronimo:geronimo-microprofile-aggregator:1.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-microprofile-aggregator/
implementation ("org.apache.geronimo:geronimo-microprofile-aggregator:1.0.1")
'org.apache.geronimo:geronimo-microprofile-aggregator:pom:1.0.1'
<dependency org="org.apache.geronimo" name="geronimo-microprofile-aggregator" rev="1.0.1">
<artifact name="geronimo-microprofile-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-microprofile-aggregator', version='1.0.1')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-microprofile-aggregator" % "1.0.1"
[org.apache.geronimo/geronimo-microprofile-aggregator "1.0.1"]