| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.xliic |
| Идентификатор | Идентификаторopenapi-bundler |
| Последняя версия | Последняя версия3.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.xliic:openapi-bundler
Bundles multiple OpenAPI files (in JSON or YAML formats) using external references into one JSON file.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| openapi-bundler-3.4.pom | |
| openapi-bundler-3.4.jar | 22 KB |
| openapi-bundler-3.4-sources.jar | 12 KB |
| openapi-bundler-3.4-javadoc.jar | 460 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xliic/openapi-bundler/ -->
<dependency>
<groupId>com.xliic</groupId>
<artifactId>openapi-bundler</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation 'com.xliic:openapi-bundler:3.4'
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation ("com.xliic:openapi-bundler:3.4")
'com.xliic:openapi-bundler:jar:3.4'
<dependency org="com.xliic" name="openapi-bundler" rev="3.4">
<artifact name="openapi-bundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='openapi-bundler', version='3.4')
)
libraryDependencies += "com.xliic" % "openapi-bundler" % "3.4"
[com.xliic/openapi-bundler "3.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spotbugs : spotbugs | jar | 4.0.4 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |