SmallRye: MicroProfile OpenAPI Documentation

SmallRye Parent POM

Лицензия

Лицензия

Группа

Группа

io.smallrye
Идентификатор

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

smallrye-open-api-docs
Последняя версия

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

1.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

SmallRye: MicroProfile OpenAPI Documentation
SmallRye Parent POM

Скачать smallrye-open-api-docs

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

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-docs/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-open-api-docs</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-docs/
implementation 'io.smallrye:smallrye-open-api-docs:1.1.3'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-docs/
implementation ("io.smallrye:smallrye-open-api-docs:1.1.3")
'io.smallrye:smallrye-open-api-docs:jar:1.1.3'
<dependency org="io.smallrye" name="smallrye-open-api-docs" rev="1.1.3">
  <artifact name="smallrye-open-api-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-docs', version='1.1.3')
)
libraryDependencies += "io.smallrye" % "smallrye-open-api-docs" % "1.1.3"
[io.smallrye/smallrye-open-api-docs "1.1.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

badge Quality Gate Status License

SmallRye OpenAPI

SmallRye OpenAPI is an implementation of Eclipse MicroProfile OpenAPI.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • core - The core OpenAPI code, independent of entry point dependencies.

  • extension-jaxrs - The JAX-RS entry point. This module depends on JAX-RS and core.

  • extension-spring - The Spring entry point. This module depends on Spring and core.

  • implementation - Implementation of the Eclipse MicroProfile OpenAPI specification. This just pulls in Core and the JAX-RS extension .

  • tck - Test suite to run the implementation against the Eclipse MicroProfile OpenAPI TCK.

  • tools/maven-plugin - Maven plugin that creates the OpenAPI Schema on build.

io.smallrye

SmallRye

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

Версия
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0