json-schema-ref-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>json-schema-ref-parser</artifactId> <version>9.2.7</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-ref-parser</artifactId> <version>9.2.7</version> <name>stoplight json-schema-ref-parser</name> <description>Parse, Resolve, and Dereference JSON Schema $ref pointers</description> <url>https://apitools.dev/json-schema-ref-parser/</url> <organization> <name>James Messinger</name> <url>https://apitools.dev/json-schema-ref-parser/</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>brendarearden</name> <email>brenda.rearden@stoplight.io</email> </developer> <developer> <name>stoplight-devops</name> <email>devops@stoplight.io</email> </developer> </developers> <scm> <connection>https://github.com/stoplightio/json-schema-ref-parser.git</connection> <developerConnection>https://github.com/stoplightio/json-schema-ref-parser.git</developerConnection> <url>https://github.com/stoplightio/json-schema-ref-parser</url> </scm> <issueManagement> <url>https://github.com/stoplightio/json-schema-ref-parser/issues</url> </issueManagement> <properties> <org.mvnpm-fastestsmallesttextencoderdecoder.version>[1.0.22,2)</org.mvnpm-fastestsmallesttextencoderdecoder.version> <org.mvnpm-isomorphic-fetch.version>[3.0.0,4)</org.mvnpm-isomorphic-fetch.version> <org.mvnpm.at.stoplight-yaml.version>[4.0.2,5)</org.mvnpm.at.stoplight-yaml.version> <org.mvnpm.at.stoplight-path.version>[1.3.2,2)</org.mvnpm.at.stoplight-path.version> <org.mvnpm.at.jsdevtools-ono.version>[7.1.3,8)</org.mvnpm.at.jsdevtools-ono.version> <org.mvnpm-call-me-maybe.version>[1.0.1,2)</org.mvnpm-call-me-maybe.version> <org.mvnpm-node-abort-controller.version>[3.0.1,4)</org.mvnpm-node-abort-controller.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.jsdevtools</groupId> <artifactId>ono</artifactId> <version>${org.mvnpm.at.jsdevtools-ono.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>path</artifactId> <version>${org.mvnpm.at.stoplight-path.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>yaml</artifactId> <version>${org.mvnpm.at.stoplight-yaml.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>call-me-maybe</artifactId> <version>${org.mvnpm-call-me-maybe.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>fastestsmallesttextencoderdecoder</artifactId> <version>${org.mvnpm-fastestsmallesttextencoderdecoder.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>isomorphic-fetch</artifactId> <version>${org.mvnpm-isomorphic-fetch.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>node-abort-controller</artifactId> <version>${org.mvnpm-node-abort-controller.version}</version> </dependency> </dependencies> </project>