| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.bnyte |
| ArtifactId | ArtifactIdforge-spring-boot-starter |
| Last Version | Last Version1.0.8.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description小而全的工作中常用功能聚合
|
<!-- https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/ -->
<dependency>
<groupId>com.bnyte</groupId>
<artifactId>forge-spring-boot-starter</artifactId>
<version>1.0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/
implementation 'com.bnyte:forge-spring-boot-starter:1.0.8.4'
// https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/
implementation ("com.bnyte:forge-spring-boot-starter:1.0.8.4")
'com.bnyte:forge-spring-boot-starter:jar:1.0.8.4'
<dependency org="com.bnyte" name="forge-spring-boot-starter" rev="1.0.8.4">
<artifact name="forge-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnyte', module='forge-spring-boot-starter', version='1.0.8.4')
)
libraryDependencies += "com.bnyte" % "forge-spring-boot-starter" % "1.0.8.4"
[com.bnyte/forge-spring-boot-starter "1.0.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.bnyte : forge-core | jar | 1.0.8.4 |
| org.springframework.boot : spring-boot-configuration-processor | jar | |
| org.springframework.boot : spring-boot-starter Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.springframework.boot : spring-boot-starter-test | jar |