Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdorg.jsondoc |
ArtifactId | ArtifactIdspring-boot-starter-jsondoc |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>spring-boot-starter-jsondoc</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation 'org.jsondoc:spring-boot-starter-jsondoc:1.1.5'
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation ("org.jsondoc:spring-boot-starter-jsondoc:1.1.5")
'org.jsondoc:spring-boot-starter-jsondoc:jar:1.1.5'
<dependency org="org.jsondoc" name="spring-boot-starter-jsondoc" rev="1.1.5">
<artifact name="spring-boot-starter-jsondoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='spring-boot-starter-jsondoc', version='1.1.5')
)
libraryDependencies += "org.jsondoc" % "spring-boot-starter-jsondoc" % "1.1.5"
[org.jsondoc/spring-boot-starter-jsondoc "1.1.5"]