b

beanknife-runtime

The annotation processor to generate the data transfer object (DTO). This is the annotations and interfaces used in runtime time.
https://github.com/vipcxj/beanknife
Apache 2.0
XiaoJing Chen
Files download
File Operation
beanknife-runtime-1.6.8.jar download
beanknife-runtime-1.6.8.pom download
beanknife-runtime-1.6.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vipcxj</groupId>
  <artifactId>beanknife-runtime</artifactId>
  <version>1.6.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.vipcxj:beanknife-runtime:1.6.8'
Gradle Kotlin
implementation("io.github.vipcxj:beanknife-runtime:1.6.8")
Scala SBT
libraryDependencies += "io.github.vipcxj" % "beanknife-runtime" % "1.6.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vipcxj', module='beanknife-runtime', version='1.6.8')
)
Apache Ivy
<dependency org="io.github.vipcxj" name="beanknife-runtime" rev="1.6.8" />
Leiningen
[io.github.vipcxj/beanknife-runtime "1.6.8"]
Apache Buildr
'io.github.vipcxj:beanknife-runtime:jar:1.6.8'