Skip to content

Commit 56de4dc

Browse files
committed
Readme: Show maven coordinates.
1 parent b9cfefa commit 56de4dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# SimpleXML
22

33
This is an initial check in of code for the library hosted at http://simple.sourceforge.net. It contains quite a bit of rubbish, however the core is structured in a fairly standard manner where all source code and tests live under the src directory.
4+
5+
## Maven Central
6+
7+
This fork is available on Maven Central:
8+
9+
<dependency>
10+
<groupId>com.subshell.simpleframework</groupId>
11+
<artifactId>simple-xml</artifactId>
12+
<version>2.8.1</version>
13+
</dependency>
14+

0 commit comments

Comments
 (0)