Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 814 Bytes

Build Status Bintray

Chinook is a Frege (http://frege-lang.org) port of SparkJava http://sparkjava.com for creating web applications with minimum effort.

Docs are available at https://fregelab.github.io/chinook

Binaries are available at Bintray:

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

Gradle dependencies:

compile 'com.github.fregelab:chinook-core:VERSION'

Replace VERSION with the latest available version number (see above or check the versions chapter in the documentation).