microBean™ Base Specification


Лицензия

Лицензия

Группа

Группа

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

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

microbean-base-specification
Последняя версия

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

0.6.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

microBean™ Base Specification
microBean™ Base Specification
Ссылка на сайт

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

https://microbean.github.io/microbean-base-specification
Организация-разработчик

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

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

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

https://github.com/microbean/microbean-base-specification/

Скачать microbean-base-specification

Имя Файла Размер
microbean-base-specification-0.6.1.pom 4 KB
Обзор

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.microbean : microbean-settings jar 0.0.4
jakarta.annotation : jakarta.annotation-api jar 1.3.5
jakarta.el : jakarta.el-api jar 3.0.3
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.2
jakarta.inject : jakarta.inject-api jar 1.0
jakarta.interceptor : jakarta.interceptor-api jar 1.2.5
jakarta.validation : jakarta.validation-api jar 2.0.2

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

Данный проект не имеет модулей.

microBean™ Base Specification

The microbean-base-specification project specifies the minimal set of APIs available to any microBean™-based application or component.

Components

The microbean-base-specification specifies the following components:

Usage

For development, include the following XML stanzas intelligently in your pom.xml:

<dependencyManagement>

  <dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-base-specification</artifactId>
    <version>0.6.1</version>
    <type>pom</type> <!-- Note the type is pom. -->
    <scope>import</scope> <!-- Note the scope is import. -->
  </dependency>
  
  <!-- Other managed dependencies go here. -->
  
</dependencyManagement>

<dependencies>

  <dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-base-specification</artifactId>
    <!-- Note no version is provided -->
    <type>pom</type> <!-- Note the type is pom. -->
    <scope>provided</scope> <!-- Note the scope is provided. -->
  </dependency>

  <!-- Other dependencies go here. -->

</dependencies>
org.microbean

microBean™

At the intersection of Java, Kubernetes and the enterprise.

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

Версия
0.6.1
0.6.0
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.0
0.3.1
0.3.0
0.1.1
0.1.0