is not current version
Last Version 2.5.4

com.github.drtrang:copiers 2.4.2

A Friendly Bean Copier Packaging.

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

copiers
Version

Version

2.4.2
Type

Type

jar

Download copiers 2.4.2


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