copy-commons

Base project to copy sources to the other projects in order to have a single place to test sources and keep zero dependencies in libraries, please not include directly in other libraries, only in your final projects

This project is maintained by bytemechanics

Copy Commons

Latest version Quality Gate Coverage License

Base project to copy sources to the other projects in order to have a single place to test sources and keep zero dependencies in libraries

Motivation

As bytemechanics libraries has the objective to create standalone and short libraries some classes are repackaged in order to have the source centralized but avoiding classpath collisions

Quick start

(Please read our Javadoc for further information) IMPORTANT NOTE: We strongly recommends to use as dependency only in final projects to avoid dependency hell when someone use your library/framework

  1. First of all include the Jar file in your compile and execution classpath.

Maven

	<dependency>
		<groupId>org.bytemechanics</groupId>
		<artifactId>copy-commons</artifactId>
		<version>X.X.X</version>
	</dependency>

Graddle

dependencies {
    compile 'org.bytemechanics:copy-commons:X.X.X'
}
  1. Use the library you prefer, to main reference please download and look in javadoc, we intend to keep it updated and explicative