| Group ID: |
com.graphql-java |
| Artifact ID: |
graphql-java-annotations |
| Version: |
0.14.0 |
| Last modified: |
16.05.2017 14:46 |
| Packaging: |
jar |
| Name: |
graphql-java-annotations |
| Description: |
Annotations-based syntax for GraphQL schema definition |
| URL: |
https://github.com/graphql-java/graphql-java-annotations |
| License: |
The Apache Software License, Version 2.0 |
| Source: |
https://github.com/graphql-java/graphql-java-annotations |
| Developers: |
Yurii Rashkovskii, Andrew Potter |
|
|
| Size: |
59.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java-annotations/0.14.0/graphql-java-annotations-0.14.0.jar |
| POM: |
Show
hide
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>0.14.0</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>2.2.0</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>
</developers>
</project>
|
| Maven: |
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>0.14.0</version>
</dependency>
|
| Gradle: |
com.graphql-java:graphql-java-annotations:0.14.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|