Categories |
CategoriesSpring Boot Container Microservices Leaf Data Databases |
---|---|
GroupId | GroupIdcom.github.treeleafj |
ArtifactId | ArtifactIdspring-boot-starter-xDoc |
Version | Version1.0.0 |
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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.treeleafj/spring-boot-starter-xDoc/
implementation 'com.github.treeleafj:spring-boot-starter-xDoc:1.0.0'
// https://jarcasting.com/artifacts/com.github.treeleafj/spring-boot-starter-xDoc/
implementation ("com.github.treeleafj:spring-boot-starter-xDoc:1.0.0")
'com.github.treeleafj:spring-boot-starter-xDoc:jar:1.0.0'
<dependency org="com.github.treeleafj" name="spring-boot-starter-xDoc" rev="1.0.0">
<artifact name="spring-boot-starter-xDoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.treeleafj', module='spring-boot-starter-xDoc', version='1.0.0')
)
libraryDependencies += "com.github.treeleafj" % "spring-boot-starter-xDoc" % "1.0.0"
[com.github.treeleafj/spring-boot-starter-xDoc "1.0.0"]