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
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
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
(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
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'
}