Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noties/storm2.0
https://github.com/noties/storm2.0
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noties/storm2.0
- Owner: noties
- License: apache-2.0
- Created: 2015-12-08T09:53:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T16:31:34.000Z (almost 9 years ago)
- Last Synced: 2023-07-07T14:17:18.316Z (over 1 year ago)
- Language: Java
- Size: 383 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Work in progress
[![Maven Central](https://img.shields.io/maven-central/v/ru.noties.storm/runtime.svg)](http://search.maven.org/#search|ga|1|g%3A%22ru.noties.storm%22%20AND%20a%3A%22runtime%22)
[![Maven Central](https://img.shields.io/maven-central/v/ru.noties.storm/rx.svg)](http://search.maven.org/#search|ga|1|g%3A%22ru.noties.storm%22%20AND%20a%3A%22rx%22)
[![Maven Central](https://img.shields.io/maven-central/v/ru.noties.storm/parser-apt.svg)](http://search.maven.org/#search|ga|1|g%3A%22ru.noties.storm%22%20AND%20a%3A%22parser-apt%22)```groovy
compile 'ru.noties.storm:runtime:2.0.0@jar'
compile 'ru.noties.storm:rx:2.0.0@jar'
apt 'ru.noties.storm:parser-apt:2.0.0'
```(use `@jar` at the end if you wish to exclude `BuildConfig` & `R` files from library)