MicroProfile BOM

The MicroProfile "Bill of Materials"

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.microprofile
Идентификатор

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

microprofile-bom
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

MicroProfile BOM
The MicroProfile "Bill of Materials"
Ссылка на сайт

Ссылка на сайт

https://github.com/eclipse/microprofile-bom
Организация-разработчик

Организация-разработчик

Eclipse MicroProfile
Система контроля версий

Система контроля версий

https://github.com/eclipse/microprofile-bom

Скачать microprofile-bom

Имя Файла Размер
microprofile-bom-1.1.0.pom 6 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar 1.2
javax.ws.rs : javax.ws.rs-api jar 2.0.1
javax.json : javax.json-api jar 1.0
org.eclipse.microprofile.config : microprofile-config-api jar 1.0

Модули Проекта

  • spec

microprofile bom

Deprecated, development has been moved to https://github.com/eclipse/microprofile

Eclipse MicroProfile "Bill of Materials"

Eclipse github repository for defining the content of the MicroProfile deliverables.

Usage

Add this dependency (adjusting the version number appropriately) to your project’s pom.xml:

<project ...>
...
    <dependencies>
        <dependency>
            <groupId>org.eclipse.microprofile</groupId>
            <artifactId>microprofile</artifactId>
            <version>1.3</version>
            <type>pom</type>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

You will then be able to work with all the APIs supported by MicroProfile implementations.

Note
This style of BOM does not go in a <dependencyManagement>…​</dependencyManagement> section, using import scope, and you cannot add dependencies declared in the BOM without version elements as is typically done with that style of BOM.
org.eclipse.microprofile

Eclipse Foundation

Версии библиотеки

Версия
1.1.0