oas-stub-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ktakashi.oas.stub</groupId> <artifactId>oas-stub-web</artifactId> <version>1.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.ktakashi.oas.stub</groupId> <artifactId>oas-stub-web</artifactId> <version>1.3.0</version> <name>oas-stub-web</name> <description>OAS stub web</description> <url>https://github.com/ktakashi/oas-stub</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>ktakashi</id> <name>Takashi Kato</name> <email>ktakashi@ymail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/ktakashi/oas-stub</connection> <url>https://github.com/ktakashi/oas-stub</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/ktakashi/oas-stub/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.github.ktakashi.oas.stub</groupId> <artifactId>oas-stub-engine</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.ktakashi.oas.stub</groupId> <artifactId>oas-stub-web-api</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.20.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations-jakarta</artifactId> <version>2.2.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>3.6.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.17.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>