Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sng2c/runtimelexer
RuntimeLexer for java
https://github.com/sng2c/runtimelexer
Last synced: 2 months ago
JSON representation
RuntimeLexer for java
- Host: GitHub
- URL: https://github.com/sng2c/runtimelexer
- Owner: sng2c
- License: mit
- Created: 2014-11-03T01:35:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T09:46:58.000Z (almost 7 years ago)
- Last Synced: 2023-03-12T07:33:41.425Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```