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.0.0.jar download
beanknife-core-base-1.0.0.pom download
beanknife-core-base-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vipcxj</groupId>
  <artifactId>beanknife-core-base</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.vipcxj:beanknife-core-base:1.0.0'
Gradle Kotlin
implementation("io.github.vipcxj:beanknife-core-base:1.0.0")
Scala SBT
libraryDependencies += "io.github.vipcxj" % "beanknife-core-base" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vipcxj', module='beanknife-core-base', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.vipcxj" name="beanknife-core-base" rev="1.0.0" />
Leiningen
[io.github.vipcxj/beanknife-core-base "1.0.0"]
Apache Buildr
'io.github.vipcxj:beanknife-core-base:jar:1.0.0'