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

https://github.com/417-72ki/multitextreader


https://github.com/417-72ki/multitextreader

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MultiTextReader

## 使い方
* build.gradleに下記のブロックを追加
```maven
repositories {
maven {
url 'https://github.com/417-72KI/MultiTextReader/raw/master/repos'
}
}
```
```maven
dependencies {
compile 'jp.natsukishina:multi-text-reader:1.0.0'
}
```