is not current version
Last Version 3.4

com.xliic:openapi-bundler 3.3

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

GroupId

GroupId

com.xliic
ArtifactId

ArtifactId

openapi-bundler
Version

Version

3.3
Type

Type

jar

Download openapi-bundler 3.3


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