glitr-core

A library that lets you use Plain Old Java Objects to describe your GraphQL schema.

License

License

MIT
GroupId

GroupId

com.nfl.glitr
ArtifactId

ArtifactId

glitr-core
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

glitr-core
A library that lets you use Plain Old Java Objects to describe your GraphQL schema.
Project URL

Project URL

https://github.com/nfl/glitr-core
Source Code Management

Source Code Management

https://github.com/nfl/glitr-core

Download glitr-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.nfl.glitr/glitr-core/ -->
<dependency>
    <groupId>com.nfl.glitr</groupId>
    <artifactId>glitr-core</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.nfl.glitr/glitr-core/
implementation 'com.nfl.glitr:glitr-core:0.0.5'
// https://jarcasting.com/artifacts/com.nfl.glitr/glitr-core/
implementation ("com.nfl.glitr:glitr-core:0.0.5")
'com.nfl.glitr:glitr-core:jar:0.0.5'
<dependency org="com.nfl.glitr" name="glitr-core" rev="0.0.5">
  <artifact name="glitr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nfl.glitr', module='glitr-core', version='0.0.5')
)
libraryDependencies += "com.nfl.glitr" % "glitr-core" % "0.0.5"
[com.nfl.glitr/glitr-core "0.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

GLiTR

Build Status Maven Central Download License

Glitr annotations

Binaries

Example for Maven:

<dependency>
    <groupId>com.nfl.glitr</groupId>
    <artifactId>glitr-core</artifactId>
    <version>x.y.z</version>
</dependency>

Example for gradle:

compile("com.nfl.glitr:glitr-core:x.y.z")

Change history can be found here: CHANGELOG.md

How to use the latest build with Gradle

Add the repositories:

repositories {
    maven { url  "http://dl.bintray.com/nfl/maven" }
}

Dependency:

dependencies {
  compile 'com.nfl.glitr:INSERT_LATEST_VERSION_HERE'
}

How to use the latest build with Maven

Add the repository:

<repository>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
    <id>bintray-nfl-maven</id>
    <name>bintray</name>
    <url>http://dl.bintray.com/nfl/maven</url>
</repository>

Dependency:

<dependency>
    <groupId>com.nfl.glitr</groupId>
    <artifactId>glitr-core</artifactId>
    <version>INSERT_LATEST_VERSION_HERE</version>
</dependency>

Build

To build:

$ git clone [email protected]:NFL/glitr-core.git
$ cd glitr-core/
$ ./gradlew build

Further details on building can be found on the Getting Started page of the wiki.

Requirements

  • = Java 8

Contact Info

LICENSE

GLiTR is licensed under the MIT License. See LICENSE for more details.

com.nfl.glitr

National Football League

Together, We Make Football. And Software.

Versions

Version
0.0.5
0.0.4
0.0.3