is not current version
Last Version 2.5.4

com.github.drtrang:copiers 1.5.2

A Friendly Bean Copier Packaging.

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

copiers
Version

Version

1.5.2
Type

Type

jar

Download copiers 1.5.2


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