| License |
License |
|---|---|
| GroupId | GroupIdcom.xliic |
| ArtifactId | ArtifactIdopenapi-bundler |
| Version | Version3.4 |
| Type | Typejar |
| Description |
Descriptioncom.xliic:openapi-bundler
Bundles multiple OpenAPI files (in JSON or YAML formats) using external references into one JSON file.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openapi-bundler-3.4.pom | |
| openapi-bundler-3.4.jar | 30 KB |
| openapi-bundler-3.4-sources.jar | 16 KB |
| openapi-bundler-3.4-javadoc.jar | 212 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |