json-schema-viewer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>json-schema-viewer</artifactId> <version>4.16.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>org.mvnpm.at.stoplight</groupId> <artifactId>json-schema-viewer</artifactId> <version>4.16.3</version> <name>stoplight json-schema-viewer</name> <description>A beautiful React component for viewing JSON Schema</description> <url>https://github.com/stoplightio/json-schema-viewer#readme</url> <organization> <name>Stoplight</name> <url>https://github.com/stoplightio/json-schema-viewer#readme</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>stoplight-devops</name> <email>devops@stoplight.io</email> </developer> </developers> <scm> <connection>https://github.com/stoplightio/json-schema-viewer.git</connection> <developerConnection>https://github.com/stoplightio/json-schema-viewer.git</developerConnection> <url>https://github.com/stoplightio/json-schema-viewer</url> </scm> <issueManagement> <url>https://github.com/stoplightio/json-schema-viewer/issues</url> </issueManagement> <properties> <org.mvnpm.at.stoplight-json.version>[3.20.1,4)</org.mvnpm.at.stoplight-json.version> <org.mvnpm-fnv-plus.version>[1.3.1,2)</org.mvnpm-fnv-plus.version> <org.mvnpm-react-dom.version>[16.8,)</org.mvnpm-react-dom.version> <org.mvnpm-classnames.version>[2.2.6,3)</org.mvnpm-classnames.version> <org.mvnpm-jotai.version>[1.4.5,2)</org.mvnpm-jotai.version> <org.mvnpm-react.version>[16.8,)</org.mvnpm-react.version> <org.mvnpm.at.stoplight-mosaic.version>[1.32,2)</org.mvnpm.at.stoplight-mosaic.version> <org.mvnpm.at.stoplight-mosaic-code-viewer.version>[1.32,2)</org.mvnpm.at.stoplight-mosaic-code-viewer.version> <org.mvnpm.at.types-json-schema.version>[7.0.7,8)</org.mvnpm.at.types-json-schema.version> <org.mvnpm.at.stoplight-markdown-viewer.version>[5,6)</org.mvnpm.at.stoplight-markdown-viewer.version> <org.mvnpm-lodash.version>[4.17.19,5)</org.mvnpm-lodash.version> <org.mvnpm.at.stoplight-react-error-boundary.version>[2.0.0,3)</org.mvnpm.at.stoplight-react-error-boundary.version> <org.mvnpm.at.stoplight-json-schema-tree.version>[4.0.0,5)</org.mvnpm.at.stoplight-json-schema-tree.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>jotai</artifactId> <version>${org.mvnpm-jotai.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>lodash</artifactId> <version>${org.mvnpm-lodash.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>fnv-plus</artifactId> <version>${org.mvnpm-fnv-plus.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>classnames</artifactId> <version>${org.mvnpm-classnames.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>json</artifactId> <version>${org.mvnpm.at.stoplight-json.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.types</groupId> <artifactId>json-schema</artifactId> <version>${org.mvnpm.at.types-json-schema.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>json-schema-tree</artifactId> <version>${org.mvnpm.at.stoplight-json-schema-tree.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>react-error-boundary</artifactId> <version>${org.mvnpm.at.stoplight-react-error-boundary.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>react</artifactId> <version>${org.mvnpm-react.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>react-dom</artifactId> <version>${org.mvnpm-react-dom.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>mosaic</artifactId> <version>${org.mvnpm.at.stoplight-mosaic.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>markdown-viewer</artifactId> <version>${org.mvnpm.at.stoplight-markdown-viewer.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>mosaic-code-viewer</artifactId> <version>${org.mvnpm.at.stoplight-mosaic-code-viewer.version}</version> </dependency> </dependencies> </project>