Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ddm4j |
ArtifactId | ArtifactIdspring-boot-api-document |
Version | Version2.2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ddm4j/spring-boot-api-document/ -->
<dependency>
<groupId>com.github.ddm4j</groupId>
<artifactId>spring-boot-api-document</artifactId>
<version>2.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddm4j/spring-boot-api-document/
implementation 'com.github.ddm4j:spring-boot-api-document:2.2.11'
// https://jarcasting.com/artifacts/com.github.ddm4j/spring-boot-api-document/
implementation ("com.github.ddm4j:spring-boot-api-document:2.2.11")
'com.github.ddm4j:spring-boot-api-document:jar:2.2.11'
<dependency org="com.github.ddm4j" name="spring-boot-api-document" rev="2.2.11">
<artifact name="spring-boot-api-document" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddm4j', module='spring-boot-api-document', version='2.2.11')
)
libraryDependencies += "com.github.ddm4j" % "spring-boot-api-document" % "2.2.11"
[com.github.ddm4j/spring-boot-api-document "2.2.11"]