Files download
File Operation
beancopier-0.2.0-M1.jar download
beancopier-0.2.0-M1.pom download
beancopier-0.2.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.tanyaofei</groupId>
  <artifactId>beancopier</artifactId>
  <version>0.2.0-M1</version>
</dependency>
Gradle Groovy
implementation 'io.github.tanyaofei:beancopier:0.2.0-M1'
Gradle Kotlin
implementation("io.github.tanyaofei:beancopier:0.2.0-M1")
Scala SBT
libraryDependencies += "io.github.tanyaofei" % "beancopier" % "0.2.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.tanyaofei', module='beancopier', version='0.2.0-M1')
)
Apache Ivy
<dependency org="io.github.tanyaofei" name="beancopier" rev="0.2.0-M1" />
Leiningen
[io.github.tanyaofei/beancopier "0.2.0-M1"]
Apache Buildr
'io.github.tanyaofei:beancopier:jar:0.2.0-M1'