Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-base-swagger-spring-boot-samples |
Version | Version1.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-swagger-spring-boot-samples/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-base-swagger-spring-boot-samples</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-swagger-spring-boot-samples/
implementation 'com.github.ddphin:ddphin-base-swagger-spring-boot-samples:1.1.6'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-swagger-spring-boot-samples/
implementation ("com.github.ddphin:ddphin-base-swagger-spring-boot-samples:1.1.6")
'com.github.ddphin:ddphin-base-swagger-spring-boot-samples:jar:1.1.6'
<dependency org="com.github.ddphin" name="ddphin-base-swagger-spring-boot-samples" rev="1.1.6">
<artifact name="ddphin-base-swagger-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-base-swagger-spring-boot-samples', version='1.1.6')
)
libraryDependencies += "com.github.ddphin" % "ddphin-base-swagger-spring-boot-samples" % "1.1.6"
[com.github.ddphin/ddphin-base-swagger-spring-boot-samples "1.1.6"]