guerlab-cloud-openapi-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.guerlab.cloud</groupId>
<artifactId>guerlab-cloud-openapi-core</artifactId>
<version>2026.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2018-2026 guerlab.net and other contributors.
~
~ Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.gnu.org/licenses/lgpl-3.0.html
~
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.guerlab.cloud</groupId>
<artifactId>guerlab-cloud-openapi</artifactId>
<version>2026.5.0</version>
</parent>
<artifactId>guerlab-cloud-openapi-core</artifactId>
<version>2026.5.0</version>
<name>Guerlab Cloud Openapi Core</name>
<description>Openapi Commons</description>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>net.guerlab.cloud</groupId>
<artifactId>guerlab-cloud-web-core</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-common</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>