https://github.com/417-72ki/multitextreader
https://github.com/417-72ki/multitextreader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/417-72ki/multitextreader
- Owner: 417-72KI
- License: mit
- Created: 2016-06-01T09:26:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T08:23:25.000Z (over 1 year ago)
- Last Synced: 2025-02-05T12:24:20.435Z (4 months ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```