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

com.xliic:openapi-bundler 1.1

Bundles multiple OpenAPI files (in JSON or YAML formats) using external references into one JSON file.

Группа

Группа

com.xliic
Идентификатор

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

openapi-bundler
Версия

Версия

1.1
Тип

Тип

jar

Скачать openapi-bundler 1.1


<!-- https://jarcasting.com/artifacts/com.xliic/openapi-bundler/ -->
<dependency>
    <groupId>com.xliic</groupId>
    <artifactId>openapi-bundler</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation 'com.xliic:openapi-bundler:1.1'
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation ("com.xliic:openapi-bundler:1.1")
'com.xliic:openapi-bundler:jar:1.1'
<dependency org="com.xliic" name="openapi-bundler" rev="1.1">
  <artifact name="openapi-bundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='openapi-bundler', version='1.1')
)
libraryDependencies += "com.xliic" % "openapi-bundler" % "1.1"
[com.xliic/openapi-bundler "1.1"]