Skip to content

Parent project with sub module projects for the persistence of address data.

License

Notifications You must be signed in to change notification settings

lightblueseas/address-book-data

Repository files navigation

Overview

Parent project that holds module projects for the persistence of address data.

The project holds backend data for simple address data management.

ERD-Diagramm

The erd-diagramm for this database looks as follows: erd-diagramm

This erd-diagramm was created with the awesome SQuirreL SQL Client

License

The source code comes under the liberal MIT License, making address-book-data great for all types of applications that need address relevant data.

Build status

Build Status

Maven Central

Maven Central

Maven dependency

Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.

Add the following maven dependencies to your project pom.xml if you want to import the core functionality:

You can first define the version properties:

<properties>
		...
	<!-- address-book-data version -->
	<address-book-data.version>3.12.2</address-book-data.version>
	<address-book-business.version>${address-book-data.version}</address-book-business.version>
	<address-book-domain.version>${address-book-data.version}</address-book-domain.version>
	<address-book-entities.version>${address-book-data.version}</address-book-entities.version>
	<address-book-init.version>${address-book-data.version}</address-book-init.version>
	<address-book-rest-api.version>${address-book-data.version}</address-book-rest-api.version>
	<address-book-rest-client.version>${address-book-data.version}</address-book-rest-client.version>
	<address-book-rest-web.version>${address-book-data.version}</address-book-rest-web.version>
		...
</properties>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-business:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-business</artifactId>
			<version>${address-book-business.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-domain:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-domain</artifactId>
			<version>${address-book-domain.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-entities:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-entities</artifactId>
			<version>${address-book-entities.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-init:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-init</artifactId>
			<version>${address-book-init.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-rest-api:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-rest-api</artifactId>
			<version>${address-book-rest-api.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-rest-client:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-rest-client</artifactId>
			<version>${address-book-rest-client.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of address-book-rest-web:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>address-book-rest-web</artifactId>
			<version>${address-book-rest-web.version}</version>
		</dependency>
		...
	</dependencies>

Want to Help and improve it?

The source code for address-book-data are on GitHub. Please feel free to fork and send pull requests!

Create your own fork of lightblueseas/address-book-data/fork

To share your changes, submit a pull request.

Don't forget to add new units tests on your changes.

Contacting the Developer

Do not hesitate to contact the address-book-data developers with your questions, concerns, comments, bug reports, or feature requests.

  • Feature requests, questions and bug reports can be reported at the issues page.

Note

No animals were harmed in the making of this library.

Donate

If you like this library, please consider a donation through Flattr this

About

Parent project with sub module projects for the persistence of address data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages