Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Oct 11, 2019
1 parent d8e1ce3 commit 811c94b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fluid-json
==========

[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.50-blue.svg)](http://kotlinlang.org)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.fluidsonic/fluid-json-basic.svg)](https://search.maven.org/search?q=g:com.github.fluidsonic%20a:fluid-json*)
[![Bintray](https://img.shields.io/bintray/v/fluidsonic/maven/fluid-json)](https://bintray.com/fluidsonic/maven/fluid-json)
[![Build Status](https://travis-ci.org/fluidsonic/fluid-json.svg?branch=master)](https://travis-ci.org/fluidsonic/fluid-json)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)
[![Awesome Kotlin](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
Expand Down Expand Up @@ -32,12 +32,18 @@ Table of Contents
Installation
------------

All artifacts are [available on Bintray](https://bintray.com/fluidsonic/maven/fluid-json) as `fluid-json-…` in the group `com.github.fluidsonic`.

`build.gradle.kts`:
```kotlin
plugins {
kotlin("kapt")
}

repositories {
maven("https://dl.bintray.com/fluidsonic/maven/")
}

dependencies {
kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.25")
implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.25")
Expand Down

0 comments on commit 811c94b

Please sign in to comment.