Categories |
CategoriesSpring Boot Container Microservices Leaf Data Databases |
---|---|
GroupId | GroupIdcom.github.treeleafj |
ArtifactId | ArtifactIdspring-boot-starter-xDoc |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.treeleafj/spring-boot-starter-xDoc/ -->
<dependency>
<groupId>com.github.treeleafj</groupId>
<artifactId>spring-boot-starter-xDoc</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.treeleafj/spring-boot-starter-xDoc/
implementation 'com.github.treeleafj:spring-boot-starter-xDoc:0.0.6'
// https://jarcasting.com/artifacts/com.github.treeleafj/spring-boot-starter-xDoc/
implementation ("com.github.treeleafj:spring-boot-starter-xDoc:0.0.6")
'com.github.treeleafj:spring-boot-starter-xDoc:jar:0.0.6'
<dependency org="com.github.treeleafj" name="spring-boot-starter-xDoc" rev="0.0.6">
<artifact name="spring-boot-starter-xDoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.treeleafj', module='spring-boot-starter-xDoc', version='0.0.6')
)
libraryDependencies += "com.github.treeleafj" % "spring-boot-starter-xDoc" % "0.0.6"
[com.github.treeleafj/spring-boot-starter-xDoc "0.0.6"]