glitr-core

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

Лицензия

Лицензия

MIT
Группа

Группа

com.nfl.glitr
Идентификатор

Идентификатор

glitr-core
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

glitr-core
A library that lets you use Plain Old Java Objects to describe your GraphQL schema.
Ссылка на сайт

Ссылка на сайт

https://github.com/nfl/glitr-core
Система контроля версий

Система контроля версий

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

Скачать glitr-core

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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 git@github.com: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.

Версии библиотеки

Версия
0.0.5
0.0.4
0.0.3