README.markdown (626B) - raw
1 Rdftemplate is a library for generating XML documents from RDF data using templates. 2 More details are available from the 3 [rdftemplate web site](http://code.djc.id.au/rdftemplate/). 4 5 To get started with Maven, add the following to your pom.xml: 6 7 <repositories> 8 <repository> 9 <id>code.djc.id.au</id> 10 <url>http://code.djc.id.au/maven2/</url> 11 </repository> 12 </repositories> 13 14 <dependencies> 15 <dependency> 16 <groupId>au.id.djc</groupId> 17 <artifactId>rdftemplate</artifactId> 18 <version>1.2</version> 19 </dependency> 20 </dependencies>