Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lightblueseas/model-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The model-data project provides classes for modeling objects and model binding. The model-data project is ispired from model pattern of the wicket project and most classes have been forked and modified.

Lombok is used for not generating poilerplate source code.

License

The source code comes under the liberal Apache License V2.0, making model-data great for all types of applications.

Build Status

Build Status

Maven Central

model-api Maven Central

model-object Maven Central

javadoc

model-api Javadocs

model-object Javadocs

Maven dependency

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

You can add the following maven dependencies to your project pom.xml if you want to import the library.

You can first define the version properties:

<properties>
	...
	<!-- MODEL-DATA version -->
	<model-data.version>1.3.0</model-data.version>
	<model-api.version>${model-data.version}</model-api.version>
	<model-object.version>${model-data.version}</model-object.version>
	...
</properties>

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

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

Add the following maven dependency to your project pom.xml if you want to import the core functionality of model-object:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>model-object</artifactId>
			<version>${model-object.version}</version>
		</dependency>
		...			
	</dependencies>

Want to Help and improve it?

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

Create your own fork of lightblueseas/model-data/fork

To share your changes, submit a pull request.

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

Contacting the Developers

Do not hesitate to contact the model-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

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages