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