Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sng2c/runtimelexer

RuntimeLexer for java
https://github.com/sng2c/runtimelexer

Last synced: 2 months ago
JSON representation

RuntimeLexer for java

Awesome Lists containing this project

README

        

RuntimeLexer
============

RumtimeLexer for java

[![Build Status](https://travis-ci.org/sng2c/RuntimeLexer.svg?branch=master)](https://travis-ci.org/sng2c/RuntimeLexer)

## Gradle

```
repositories {
jcenter()
maven {
url "http://dl.bintray.com/sng2c/maven"
}
}

dependencies {
compile 'com.mabook:runtime-lexer:0.0.2'
}
```