j

jch-all

json,web,jpa.redis
https://github.com/looly/jch
Files download
File Operation
jch-all-0.1.1.jar download
jch-all-0.1.1.pom download
jch-all-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jchanghong</groupId>
  <artifactId>jch-all</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.jchanghong:jch-all:0.1.1'
Gradle Kotlin
implementation("com.github.jchanghong:jch-all:0.1.1")
Scala SBT
libraryDependencies += "com.github.jchanghong" % "jch-all" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jchanghong', module='jch-all', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.jchanghong" name="jch-all" rev="0.1.1" />
Leiningen
[com.github.jchanghong/jch-all "0.1.1"]
Apache Buildr
'com.github.jchanghong:jch-all:jar:0.1.1'
Dependencies
<parent>
  <groupId>com.github.jchanghong</groupId>
  <artifactId>jch-parent</artifactId>
  <version>0.1.1</version>
</parent>

compile

|-- cn.hutool:hutool-all:5.7.16

|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.5

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.5

|-- com.fasterxml.jackson.module:jackson-module-kotlin:2.12.5

|-- com.fasterxml.jackson.module:jackson-module-parameter-names:2.12.5

|-- com.github.liaochong:myexcel:3.11.8

|-- com.google.guava:guava:31.0.1-jre

|-- com.jayway.jsonpath:json-path:2.4.0

|-- com.oracle.ojdbc:ojdbc8:19.3.0.0

|-- com.oracle.ojdbc:orai18n:19.3.0.0

|-- com.squareup.okhttp3:okhttp:4.9.2

|-- com.squareup.okhttp3:okhttp-tls:4.9.2

|-- com.vladmihalcea:hibernate-types-52:2.14.0

|-- commons-fileupload:commons-fileupload:1.4

|-- commons-net:commons-net:3.8.0

|-- io.springfox:springfox-bean-validators:3.0.0

|-- io.springfox:springfox-boot-starter:3.0.0

|-- io.springfox:springfox-data-rest:3.0.0

|-- io.springfox:springfox-oas:3.0.0

|-- io.springfox:springfox-swagger-ui:3.0.0

|-- io.springfox:springfox-swagger2:3.0.0

|-- jakarta.persistence:jakarta.persistence-api:2.2.3

|-- javax.validation:validation-api:2.0.1.Final

|-- org.apache.commons:commons-collections4:4.4

|-- org.apache.commons:commons-lang3:3.10

|-- org.springframework.boot:spring-boot-starter-json:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-validation:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE

|-- org.postgresql:postgresql:42.2.20

|-- org.projectlombok:lombok:1.18.20

|-- org.springframework.boot:spring-boot-starter-data-jpa:2.3.12.RELEASE

|-- org.jetbrains.kotlin:kotlin-reflect:1.5.31

|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31

|-- cglib:cglib:3.3.0

|-- com.alibaba:fastjson:1.2.78

|-- com.baomidou:mybatis-plus-boot-starter:3.4.2

|-- io.lettuce:lettuce-core:5.3.7.RELEASE

|-- org.apache.commons:commons-text:1.9

|-- org.apache.kafka:kafka-clients:2.5.1

|-- org.apache.xmlbeans:xmlbeans:3.1.0

|-- org.flywaydb:flyway-core:6.4.4

|-- org.freemarker:freemarker:2.3.31

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2

|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.5.2

|-- org.jsoup:jsoup:1.14.3

|-- org.springframework.boot:spring-boot-starter-activemq:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-amqp:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-aop:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-cache:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-data-redis:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-freemarker:2.3.12.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-consul-discovery:2.2.8.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-openfeign:2.2.9.RELEASE

|-- org.springframework.kafka:spring-kafka:2.5.14.RELEASE

|-- com.baomidou:mybatis-plus-generator:3.4.1

provided

|-- com.github.jchanghong:jch-min:0.1.1

test

|-- org.springframework.boot:spring-boot-starter-test:2.3.12.RELEASE

|-- junit:junit:4.13.2