| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers Helidon Микросервисы |
| Группа | Группаorg.glassfish.metro |
| Идентификатор | Идентификаторhelidon-bom |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеMetro - Helidon BOM
Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs,
implementations of those APIs, and technology compatibility kits for Java runtimes
that enable development, deployment, and management of server-side and cloud-native applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| helidon-bom-2.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/helidon-bom/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>helidon-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/helidon-bom/
implementation 'org.glassfish.metro:helidon-bom:2.0.0'
// https://jarcasting.com/artifacts/org.glassfish.metro/helidon-bom/
implementation ("org.glassfish.metro:helidon-bom:2.0.0")
'org.glassfish.metro:helidon-bom:pom:2.0.0'
<dependency org="org.glassfish.metro" name="helidon-bom" rev="2.0.0">
<artifact name="helidon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='helidon-bom', version='2.0.0')
)
libraryDependencies += "org.glassfish.metro" % "helidon-bom" % "2.0.0"
[org.glassfish.metro/helidon-bom "2.0.0"]