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