8000 GitHub - astrapi69/randomizer at release/5.8.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

astrapi69/randomizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randomizer

Build Status Coverage Status Open Issues Maven Central Javadocs MIT license Donate

Generate random data

Note

No animals were harmed in the making of this library.

Donations

This project is kept as an open source product and relies on contributions to remain being developed. If you like this project, please consider a donation through paypal: PayPal this

or over bitcoin or bitcoin-cash with:

1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW

or over ether with:

0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8

or over flattr: Flattr this

License

The source code comes under the liberal MIT License, making randomizer great for all types of applications.

Javadoc

Javadoc randomizer-core

Javadoc randomizer-api

Javadoc randomizer-data

Maven dependency

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

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

Than you can add the dependency to your dependencies:

<properties>
		...
	<!-- RANDOMIZER versions -->
	<randomizer.version>5.8.1</randomizer.version>
	<randomizer-api.version>${randomizer.version}</randomizer-api.version>
	<randomizer-core.version>${randomizer.version}</randomizer-core.version>
	<randomizer-data.version>${randomizer.version}</randomizer-data.version>
		...
</properties>

You can add the following dependencies to your project for use the functionality of randomizer.

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

	<dependencies>
		...
		<!-- RANDOMIZER DEPENDENCY -->
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>randomizer-api</artifactId>
			<version>${randomizer-api.version}</version>
		</dependency>
		...
	</dependencies>

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

	<dependencies>
		...
		<!-- RANDOMIZER DEPENDENCY -->
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>randomizer-core</artifactId>
			<version>${randomizer-core.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import the functionality of randomizer-data:

	<dependencies>
		...
		<!-- RANDOMIZER DEPENDENCY -->
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>randomizer-data</artifactId>
			<version>${randomizer-data.version}</version>
		</dependency>
		...
	</dependencies>

Semantic Versioning

The versions of randomizer are maintained with the Semantic Versioning guidelines.

Release version numbers will be incremented in the following format:

<major>.<minor>.<patch>

For detailed information on versioning you can visit the wiki page.

Want to Help and improve it?

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

Create your own fork of astrapi69/randomizer/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 randomizer developers with your questions, concerns, comments, bug reports, or feature requests.

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

Similar projects

Here is a list of awesome projects:

Credits

Travis CI
[Travis CI]
Build Status
Special thanks to Travis CI for providing a free continuous integration service for open source projects
Nexus Sonatype repositories
sonatype repository randomizer-api
sonatype repository randomizer-core
sonatype repository randomizer-data
Special thanks to sonatype repository for providing a free maven repository service for open source projects
coveralls.io
Coverage Status
Special thanks to coveralls.io for providing a free code coverage for open source projects
javadoc.io
Javadoc randomizer-api
Javadoc randomizer-core
Javadoc randomizer-data
Special thanks to javadoc.io for providing a free javadoc documentation for open source projects

About

Create and generate random data

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0