We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ebd24 commit d333989Copy full SHA for d333989
README.md
@@ -148,7 +148,7 @@ Lock way: `new FileOutputStream(lockFile, false).getChannel.lock()`
148
testCompile 'com.github.ProjectKaiser:pk-vcs-test:+'
149
}
150
```
151
- This will include VCS API (IVCS, LWC) and Abstract Ttest to your project.
+ This will include VCS API (IVCS, LWC) and Abstract Test to your project.
152
Also you can download release jars from https://github.com/ProjectKaiser/pk-vcs-api/releases, https://github.com/ProjectKaiser/pk-vcs-test/releases
153
- Implement IVCS interface
154
- IVCS implementation should be separate object which normally holds all VCS-related data within
0 commit comments