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