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