License |
License |
---|---|
GroupId | GroupIdcom.jeesuite |
ArtifactId | ArtifactIdjeesuite-springboot-starter |
Version | Version1.3.8 |
Type | Typejar |
Description |
Descriptionjava 后台开发套件
|
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-springboot-starter/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-springboot-starter</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-springboot-starter/
implementation 'com.jeesuite:jeesuite-springboot-starter:1.3.8'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-springboot-starter/
implementation ("com.jeesuite:jeesuite-springboot-starter:1.3.8")
'com.jeesuite:jeesuite-springboot-starter:jar:1.3.8'
<dependency org="com.jeesuite" name="jeesuite-springboot-starter" rev="1.3.8">
<artifact name="jeesuite-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-springboot-starter', version='1.3.8')
)
libraryDependencies += "com.jeesuite" % "jeesuite-springboot-starter" % "1.3.8"
[com.jeesuite/jeesuite-springboot-starter "1.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot Optional | jar | 2.3.4.RELEASE |
com.jeesuite : jeesuite-common Optional | jar | 1.3.8 |
com.jeesuite : jeesuite-cache Optional | jar | 1.3.8 |
com.jeesuite : jeesuite-mybatis Optional | jar | 1.3.8 |
com.jeesuite : jeesuite-scheduler Optional | jar | 1.3.8 |
org.springframework.boot : spring-boot-starter Optional | jar | 2.3.4.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 1.3.2 |
org.apache.logging.log4j : log4j-core Optional | jar | 2.13.2 |
org.apache.logging.log4j : log4j-slf4j-impl Optional | jar | 2.13.2 |
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.13.1,) |
org.springframework : spring-test | jar | 5.2.9.RELEASE |