File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 88>
99> <cite >sdlang.org</cite >
1010
11+ ### Adding the dependency to your project
12+
13+ Releases are available from Maven Central
14+
15+ ``` xml
16+ <dependency >
17+ <groupId >com.singingbush</groupId >
18+ <artifactId >sdlang</artifactId >
19+ <version >2.0.0</version >
20+ </dependency >
21+ ```
22+
1123### Usage
1224
1325To parse an SDL file simply create an InputStreamReader and pass it into the constructor of Parser:
@@ -31,6 +43,6 @@ As the project appears to be abandoned I've forked it with the goal of
3143- [x] Reporting on Test Coverage using [ coveralls.io] ( coveralls.io )
3244- [x] Fixing existing bugs
3345- [x] Overhaul the project and start rewriting the codebase
34- - [ ] Publish build artifacts to maven central
46+ - [x ] Publish build artifacts to maven central
3547
3648Daniel Leuck, the original author, licensed the source as [ LGPL v2.1] ( https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt )
Original file line number Diff line number Diff line change 66
77 <groupId >com.singingbush</groupId >
88 <artifactId >sdlang</artifactId >
9- <version >2.0.0-SNAPSHOT </version >
9+ <version >2.0.0</version >
1010 <name >SDLang</name >
1111 <description >Support for SDLang (Simple Declarative Language)</description >
1212 <url >https://github.com/SingingBush/SDL</url >
You can’t perform that action at this time.
0 commit comments