Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.zhibi |
ArtifactId | ArtifactIdfast-spring-boot |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
fast-spring-boot-2.5.pom | |
fast-spring-boot-2.5.jar | 48 KB |
fast-spring-boot-2.5-sources.jar | 33 KB |
fast-spring-boot-2.5-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-spring-boot/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-spring-boot</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-spring-boot/
implementation 'com.gitee.zhibi:fast-spring-boot:2.5'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-spring-boot/
implementation ("com.gitee.zhibi:fast-spring-boot:2.5")
'com.gitee.zhibi:fast-spring-boot:jar:2.5'
<dependency org="com.gitee.zhibi" name="fast-spring-boot" rev="2.5">
<artifact name="fast-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-spring-boot', version='2.5')
)
libraryDependencies += "com.gitee.zhibi" % "fast-spring-boot" % "2.5"
[com.gitee.zhibi/fast-spring-boot "2.5"]