plugin-explorer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.graphiql</groupId>
<artifactId>plugin-explorer</artifactId>
<version>0.3.4</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.graphiql</groupId>
<artifactId>plugin-explorer</artifactId>
<version>0.3.4</version>
<name>graphiql plugin-explorer</name>
<description>This package provides a plugin that integrated the [`GraphiQL Explorer`](https://github.com/OneGraph/graphiql-explorer) into the GraphiQL UI.</description>
<url>https://github.com/graphql/graphiql#readme</url>
<organization>
<name>graphiql plugin-explorer</name>
<url>https://github.com/graphql/graphiql#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mjmahone</name>
<email>mahoney.mattj@gmail.com</email>
</developer>
<developer>
<name>benjie</name>
<email>npm@benjiegillam.com</email>
</developer>
<developer>
<name>acao</name>
<email>rikki.schulte@gmail.com</email>
</developer>
<developer>
<name>i1g</name>
<email>ivan.goncharov.ua@gmail.com</email>
</developer>
<developer>
<name>leebyron</name>
<email>lee@leebyron.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/graphql/graphiql.git</connection>
<developerConnection>https://github.com/graphql/graphiql.git</developerConnection>
<url>https://github.com/graphql/graphiql</url>
</scm>
<issueManagement>
<url>https://github.com/graphql/graphiql/issues</url>
</issueManagement>
<properties>
<org.mvnpm-graphiql-explorer.version>[0.9.0,0.10)</org.mvnpm-graphiql-explorer.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>graphiql-explorer</artifactId>
<version>${org.mvnpm-graphiql-explorer.version}</version>
</dependency>
</dependencies>
</project>