| License | License | 
|---|---|
| GroupId | GroupIdorg.bytemechanics | 
| ArtifactId | ArtifactIdcopy-commons | 
| Last Version | Last Version1.8.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCopy 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 | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationByte Mechanics | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| copy-commons-1.8.2.pom | |
| copy-commons-1.8.2.jar | 40 KB | 
| copy-commons-1.8.2-tests.jar | 62 KB | 
| copy-commons-1.8.2-test-sources.jar | 35 KB | 
| copy-commons-1.8.2-sources.jar | 21 KB | 
| copy-commons-1.8.2-javadoc.jar | 521 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/ -->
<dependency>
    <groupId>org.bytemechanics</groupId>
    <artifactId>copy-commons</artifactId>
    <version>1.8.2</version>
</dependency>// https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/
implementation 'org.bytemechanics:copy-commons:1.8.2'// https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/
implementation ("org.bytemechanics:copy-commons:1.8.2")'org.bytemechanics:copy-commons:jar:1.8.2'<dependency org="org.bytemechanics" name="copy-commons" rev="1.8.2">
  <artifact name="copy-commons" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bytemechanics', module='copy-commons', version='1.8.2')
)libraryDependencies += "org.bytemechanics" % "copy-commons" % "1.8.2"[org.bytemechanics/copy-commons "1.8.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 | 
| org.jmockit : jmockit | jar | 1.48 |