Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.sreworks |
ArtifactId | ArtifactIdtesla-function-spring-boot-starter |
Last Version | Last Version2.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontesla-function-spring-boot-starter
tesla 中台应用依赖的基础包,避免重复造轮子和依赖冲突
|
<!-- https://jarcasting.com/artifacts/io.sreworks/tesla-function-spring-boot-starter/ -->
<dependency>
<groupId>io.sreworks</groupId>
<artifactId>tesla-function-spring-boot-starter</artifactId>
<version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.sreworks/tesla-function-spring-boot-starter/
implementation 'io.sreworks:tesla-function-spring-boot-starter:2.1.10'
// https://jarcasting.com/artifacts/io.sreworks/tesla-function-spring-boot-starter/
implementation ("io.sreworks:tesla-function-spring-boot-starter:2.1.10")
'io.sreworks:tesla-function-spring-boot-starter:jar:2.1.10'
<dependency org="io.sreworks" name="tesla-function-spring-boot-starter" rev="2.1.10">
<artifact name="tesla-function-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sreworks', module='tesla-function-spring-boot-starter', version='2.1.10')
)
libraryDependencies += "io.sreworks" % "tesla-function-spring-boot-starter" % "2.1.10"
[io.sreworks/tesla-function-spring-boot-starter "2.1.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework : spring-web | jar | 5.1.8.RELEASE |
io.sreworks : tesla-webmvc-spring-boot-starter | jar | 2.1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |