Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.sophis |
ArtifactId | ArtifactIdspring-boot-knif4j-starter |
Version | Version1.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.sophis/spring-boot-knif4j-starter/ -->
<dependency>
<groupId>com.gitee.sophis</groupId>
<artifactId>spring-boot-knif4j-starter</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sophis/spring-boot-knif4j-starter/
implementation 'com.gitee.sophis:spring-boot-knif4j-starter:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.sophis/spring-boot-knif4j-starter/
implementation ("com.gitee.sophis:spring-boot-knif4j-starter:1.0.5.RELEASE")
'com.gitee.sophis:spring-boot-knif4j-starter:jar:1.0.5.RELEASE'
<dependency org="com.gitee.sophis" name="spring-boot-knif4j-starter" rev="1.0.5.RELEASE">
<artifact name="spring-boot-knif4j-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sophis', module='spring-boot-knif4j-starter', version='1.0.5.RELEASE')
)
libraryDependencies += "com.gitee.sophis" % "spring-boot-knif4j-starter" % "1.0.5.RELEASE"
[com.gitee.sophis/spring-boot-knif4j-starter "1.0.5.RELEASE"]