Last Version

kernel-core 1.0.0

核心包,被其他模块引用

License

License

GroupId

GroupId

com.github.lujiannt
ArtifactId

ArtifactId

kernel-core
Version

Version

1.0.0
Type

Type

jar
Description

Description

kernel-core
核心包,被其他模块引用

Download kernel-core 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.lujiannt/kernel-core/ -->
<dependency>
    <groupId>com.github.lujiannt</groupId>
    <artifactId>kernel-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lujiannt/kernel-core/
implementation 'com.github.lujiannt:kernel-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.lujiannt/kernel-core/
implementation ("com.github.lujiannt:kernel-core:1.0.0")
'com.github.lujiannt:kernel-core:jar:1.0.0'
<dependency org="com.github.lujiannt" name="kernel-core" rev="1.0.0">
  <artifact name="kernel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lujiannt', module='kernel-core', version='1.0.0')
)
libraryDependencies += "com.github.lujiannt" % "kernel-core" % "1.0.0"
[com.github.lujiannt/kernel-core "1.0.0"]

Dependencies

compile (10)

Group / Artifact Type Version
com.github.lujiannt : kernel-model jar 1.0.0
cn.hutool : hutool-core jar 4.6.1
mysql : mysql-connector-java jar 8.0.16
com.baomidou : mybatis-plus-boot-starter jar 3.1.0
com.baomidou : mybatis-plus jar 3.1.0
org.springframework.boot : spring-boot-starter-jdbc jar 2.1.6.RELEASE
com.alibaba : druid jar 1.1.19
com.alibaba : fastjson jar 1.2.58
org.springframework.boot : spring-boot-starter-aop jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.6.RELEASE

provided (5)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-starter-openfeign jar
org.springframework.boot : spring-boot-starter-data-redis jar 2.1.6.RELEASE
javax.servlet : javax.servlet-api jar 4.0.1
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-cache jar 2.1.6.RELEASE

test (2)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.199
org.springframework.boot : spring-boot-starter-test jar 2.1.6.RELEASE

Project Modules

There are no modules declared in this project.