b

beanknife-core-base

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