MVN

com.github.jchanghong : jch-all

Maven & Gradle

Feb 10, 2022
0 stars

最小依赖,json,spring web,spring jpa,kotlin,excel,okhttp3=======lettuce-core,mybatis,kotlinx-coroutines,flywaydb(不包括)

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>jch-all</artifactId>
    <version>2022.23.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jchanghong : jch-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.23.5

All Versions

Choose a version of com.github.jchanghong : jch-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.25.x
jch-all-2022.25.5
jch-all-2022.25.4
jch-all-2022.25.1
jch-all-2022.25.0
2022.23.x
jch-all-2022.23.5
jch-all-2022.23.4
jch-all-2022.23.2
jch-all-2022.23.1
jch-all-2022.23.0
2.3.x
jch-all-2.3.7
jch-all-2.3.4
jch-all-2.3.3
jch-all-2.3.2
jch-all-2.3.1
jch-all-2.3.0
1.6.x
jch-all-1.6.235
jch-all-1.6.234
jch-all-1.6.232
jch-all-1.6.230
1.0.x
jch-all-1.0.0
0.1.x
jch-all-0.1.3
jch-all-0.1.2
jch-all-0.1.1
0.1
jch-all-0.1

How to add a dependency to Maven

Add the following com.github.jchanghong : jch-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>jch-all</artifactId>
    <version>2022.23.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jchanghong : jch-all gradle dependency to your build.gradle file:

implementation 'com.github.jchanghong:jch-all:2022.23.5'

Gradle Kotlin DSL: Add the following com.github.jchanghong : jch-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jchanghong:jch-all:2022.23.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jchanghong : jch-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jchanghong" % "jch-all" % "2022.23.5"

Advertisement