browser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.hyperjump</groupId> <artifactId>browser</artifactId> <version>1.3.0</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.hyperjump</groupId> <artifactId>browser</artifactId> <version>1.3.0</version> <name>hyperjump browser</name> <description>Browse JSON-compatible data with hypermedia references</description> <url>https://github.com/hyperjump-io/browser#readme</url> <organization> <name>Jason Desrosiers</name> <url>https://github.com/hyperjump-io/browser#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>jason.desrosiers</name> <email>jdesrosi@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/hyperjump-io/browser.git</connection> <developerConnection>https://github.com/hyperjump-io/browser.git</developerConnection> <url>https://github.com/hyperjump-io/browser</url> </scm> <issueManagement> <url>https://github.com/hyperjump-io/browser/issues</url> </issueManagement> <properties> <org.mvnpm-content-type.version>[1.0.5,2)</org.mvnpm-content-type.version> <org.mvnpm.at.hyperjump-uri.version>[1.2.0,2)</org.mvnpm.at.hyperjump-uri.version> <org.mvnpm.at.hyperjump-json-pointer.version>[1.1.0,2)</org.mvnpm.at.hyperjump-json-pointer.version> <org.mvnpm-just-curry-it.version>[5.3.0,6)</org.mvnpm-just-curry-it.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.hyperjump</groupId> <artifactId>json-pointer</artifactId> <version>${org.mvnpm.at.hyperjump-json-pointer.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.hyperjump</groupId> <artifactId>uri</artifactId> <version>${org.mvnpm.at.hyperjump-uri.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>content-type</artifactId> <version>${org.mvnpm-content-type.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>just-curry-it</artifactId> <version>${org.mvnpm-just-curry-it.version}</version> </dependency> </dependencies> </project>