| License |
License |
|---|---|
| GroupId | GroupIdcom.xliic |
| ArtifactId | ArtifactIdcicd-core |
| Version | Version2.8 |
| Type | Typejar |
| Description |
Descriptioncom.xliic:cicd-core
Bundles multiple OpenAPI files (in JSON or YAML formats) using external references into one JSON file.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cicd-core-2.8.pom | |
| cicd-core-2.8.jar | 64 KB |
| cicd-core-2.8-sources.jar | 37 KB |
| cicd-core-2.8-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xliic/cicd-core/ -->
<dependency>
<groupId>com.xliic</groupId>
<artifactId>cicd-core</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/cicd-core/
implementation 'com.xliic:cicd-core:2.8'
// https://jarcasting.com/artifacts/com.xliic/cicd-core/
implementation ("com.xliic:cicd-core:2.8")
'com.xliic:cicd-core:jar:2.8'
<dependency org="com.xliic" name="cicd-core" rev="2.8">
<artifact name="cicd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='cicd-core', version='2.8')
)
libraryDependencies += "com.xliic" % "cicd-core" % "2.8"
[com.xliic/cicd-core "2.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.xliic : openapi-bundler | jar | 1.10 |
| io.github.azagniotov : ant-style-path-matcher | jar | 1.0.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.10 |
| org.apache.httpcomponents : httpmime | jar | 4.5.10 |
| 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.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
| com.github.java-json-tools : json-schema-validator | jar | 2.2.13 |
| com.networknt : json-schema-validator | jar | 1.0.38 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 4.0.4 |
| org.apache.ant : ant | jar | 1.10.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| com.github.spotbugs : spotbugs | jar | 4.0.4 |