File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 8
8
>
9
9
> <cite >sdlang.org</cite >
10
10
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
+
11
23
### Usage
12
24
13
25
To 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
31
43
- [x] Reporting on Test Coverage using [ coveralls.io] ( coveralls.io )
32
44
- [x] Fixing existing bugs
33
45
- [x] Overhaul the project and start rewriting the codebase
34
- - [ ] Publish build artifacts to maven central
46
+ - [x ] Publish build artifacts to maven central
35
47
36
48
Daniel 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 6
6
7
7
<groupId >com.singingbush</groupId >
8
8
<artifactId >sdlang</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<name >SDLang</name >
11
11
<description >Support for SDLang (Simple Declarative Language)</description >
12
12
<url >https://github.com/SingingBush/SDL</url >
You can’t perform that action at this time.
0 commit comments