Skip to content

Latest commit

 

History

History

ImmobiliareIT

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenEstate-IO-ImmobiliareIT 1.5-SNAPSHOT

OpenEstate-IO-ImmobiliareIT is a Java library to read and write real estate data in the XML format of immobiliare.it (version 2.5).

Features

How to use

Download the latest release from GitHub. The provided archive contains all required files (compiled libraries, dependencies, source code and documentations).

Alternatively you can integrate the library from Maven Central Repository into your Maven project. Just add the following dependency to your projects pom.xml:

<dependency>
  <groupId>org.openestate.io</groupId>
  <artifactId>OpenEstate-IO-ImmobiliareIT</artifactId>
  <version>1.5-SNAPSHOT</version>
</dependency>

You can find further information in the project wiki. Some example classes for this format are available in the Examples module.

Specifications

The specifications for this format are placed in the specs folder. Immobiliare.it also provides some documentations in Italian language.

Dependencies

Changelog

Take a look at CHANGELOG.md for the full changelog.

License

This library is licensed under the terms of Apache License, Version 2.0. Take a look at LICENSE.txt for the license text.

Further information