is not current version
Last Version 2.5.4

com.github.drtrang:copiers 2.3.0

A Friendly Bean Copier Packaging.

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

copiers
Version

Version

2.3.0
Type

Type

jar

Download copiers 2.3.0


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