is not current version
Last Version 1.8.2

org.bytemechanics:copy-commons 1.5.1

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

GroupId

GroupId

org.bytemechanics
ArtifactId

ArtifactId

copy-commons
Version

Version

1.5.1
Type

Type

jar

Download copy-commons 1.5.1


<!-- https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/ -->
<dependency>
    <groupId>org.bytemechanics</groupId>
    <artifactId>copy-commons</artifactId>
    <version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/
implementation 'org.bytemechanics:copy-commons:1.5.1'
// https://jarcasting.com/artifacts/org.bytemechanics/copy-commons/
implementation ("org.bytemechanics:copy-commons:1.5.1")
'org.bytemechanics:copy-commons:jar:1.5.1'
<dependency org="org.bytemechanics" name="copy-commons" rev="1.5.1">
  <artifact name="copy-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='copy-commons', version='1.5.1')
)
libraryDependencies += "org.bytemechanics" % "copy-commons" % "1.5.1"
[org.bytemechanics/copy-commons "1.5.1"]