is not current version
Last Version 2.5.4

com.github.drtrang:copiers 1.2.1

A Friendly Bean Copier Packaging.

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

copiers
Version

Version

1.2.1
Type

Type

jar

Download copiers 1.2.1


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