Giter Club home page Giter Club logo

payment-system-data's Introduction

payment-system-data

Parent project that holds module projects for the persistence of payment data. This project is in beta state and are not intended to use in production.

The project holds backend data for simple payment data.

License

The source code comes under the liberal MIT License.

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>
		...
	<!-- payment-system-data version -->
	<payment-system-data.version>3.11.0</payment-system-data.version>
	<payment-system-domain.version>${payment-system-data.version}</payment-system-domain.version>
	<payment-system-entities.version>${payment-system-data.version}</payment-system-entities.version>
		...
</properties>

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

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

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

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

Want to Help and improve it?

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

Create your own fork of lightblueseas/payment-system-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 payment-system-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

payment-system-data's People

Contributors

astrapi69 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.