openapi-generics-contract
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.blueprint-platform</groupId>
<artifactId>openapi-generics-contract</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>io.github.blueprint-platform</groupId>
<artifactId>openapi-generics-contract</artifactId>
<version>1.0.3</version>
<name>openapi-generics-contract</name>
<description>Canonical contract module of the OpenAPI Generics platform defining deterministic response semantics
(ServiceResponse<T>, pagination, and error extensions) shared across server and client boundaries.</description>
<url>https://github.com/blueprint-platform/openapi-generics/openapi-generics-contract</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>bsayli</id>
<name>Baris Sayli</name>
<url>https://github.com/bsayli</url>
<roles>
<role>creator</role>
<role>maintainer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/blueprint-platform/openapi-generics.git/openapi-generics-contract</connection>
<developerConnection>scm:git:ssh://git@github.com:blueprint-platform/openapi-generics.git/openapi-generics-contract</developerConnection>
<tag>v1.0.3</tag>
<url>https://github.com/blueprint-platform/openapi-generics/openapi-generics-contract</url>
</scm>
</project>