c

cat-boot-core

It is very convenient for the development of individual microservices, beneficial for the development of web service containers, API interfaces, and zero configuration.
https://gitee.com/icats/cat-boot
The Apache Software License, Version 2.0
icat masker
Files download
File Operation
cat-boot-core-2.0.3.jar download
cat-boot-core-2.0.3.pom download
cat-boot-core-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.xhteam.boot</groupId>
  <artifactId>cat-boot-core</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'cn.xhteam.boot:cat-boot-core:2.0.3'
Gradle Kotlin
implementation("cn.xhteam.boot:cat-boot-core:2.0.3")
Scala SBT
libraryDependencies += "cn.xhteam.boot" % "cat-boot-core" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.xhteam.boot', module='cat-boot-core', version='2.0.3')
)
Apache Ivy
<dependency org="cn.xhteam.boot" name="cat-boot-core" rev="2.0.3" />
Leiningen
[cn.xhteam.boot/cat-boot-core "2.0.3"]
Apache Buildr
'cn.xhteam.boot:cat-boot-core:jar:2.0.3'