Skip to content

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

License

Notifications You must be signed in to change notification settings

bytemechanics/copy-commons

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages