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