Skip to content

xuybin/fc-graphql

Repository files navigation

fc-graphql

Build Status Download

Serverless Cloud Function && Microservice,based on fc graphql http4k

example

Using in your project

Maven

Add Bintray JCenter repository to section:

<repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com</url>
</repository>

Add dependency:

<dependency>
  <groupId>com.github.xuybin</groupId>
  <artifactId>fc-graphql</artifactId>
  <version>${version}</version>
</dependency>

And make sure that you use the right Kotlin version:

<properties>
    <kotlin.version>1.3.11</kotlin.version>
</properties>

Gradle

Add Bintray JCenter repository:

repositories {
    jcenter()
}

Add dependencies (you can also add other modules that you need):

compile 'com.github.xuybin:fc-graphql:${version}'

And make sure that you use the right Kotlin version:

buildscript {
    ext.kotlin_version = '1.3.11'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages