Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.zhibi |
ArtifactId | ArtifactIdfast-spring-boot |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
fast-spring-boot-2.3.pom | |
fast-spring-boot-2.3.jar | 49 KB |
fast-spring-boot-2.3-sources.jar | 34 KB |
fast-spring-boot-2.3-javadoc.jar | 257 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-spring-boot/
implementation 'com.gitee.zhibi:fast-spring-boot:2.3'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-spring-boot/
implementation ("com.gitee.zhibi:fast-spring-boot:2.3")
'com.gitee.zhibi:fast-spring-boot:jar:2.3'
<dependency org="com.gitee.zhibi" name="fast-spring-boot" rev="2.3">
<artifact name="fast-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-spring-boot', version='2.3')
)
libraryDependencies += "com.gitee.zhibi" % "fast-spring-boot" % "2.3"
[com.gitee.zhibi/fast-spring-boot "2.3"]