graphql-java-annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>21.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>21.5</version>
<dependencies>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-scalars</artifactId>
<version>21.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>graphql-java-annotations</name>
<description>Annotations-based syntax for GraphQL schema definition</description>
<url>https://github.com/graphql-java/graphql-java-annotations</url>
<inceptionYear>2016</inceptionYear>
<scm>
<url>https://github.com/graphql-java/graphql-java-annotations</url>
<connection>scm:https://yrashk@github.com/graphql-java/graphql-java-annotations.git</connection>
<developerConnection>scm:git://github.com/graphql-java/graphql-java-annotations.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>yrashk</id>
<name>Yurii Rashkovskii</name>
<email>yrashk@gmail.com</email>
</developer>
<developer>
<id>apottere</id>
<name>Andrew Potter</name>
<email>Andrew.Potter@coxautoinc.com</email>
</developer>
<developer>
<id>bbakerman</id>
<name>Brad Baker</name>
<email>bbakerman@gmail.com</email>
</developer>
<developer>
<id>yarinvak</id>
<name>Yarin Vaknin</name>
<email>yarinvak@gmail.com</email>
</developer>
<developer>
<id>guy120494</id>
<name>Guy Smorodinsky</name>
</developer>
<developer>
<id>osher-sade</id>
<name>Osher Sade</name>
</developer>
</developers>
</project>