-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Albert Farré Figueras edited this page Mar 9, 2022
·
3 revisions
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
JDK8+
(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
- 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'
}
- Use the library you prefer, to main reference please download and look in javadoc, we intend to keep it updated and explicative