License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data |
GroupId | GroupIdorg.jsondoc |
ArtifactId | ArtifactIdspring-boot-starter-jsondoc |
Last Version | Last Version1.2.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-jsondoc
Easily generate docs and playground for your RESTful API
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>spring-boot-starter-jsondoc</artifactId>
<version>1.2.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation 'org.jsondoc:spring-boot-starter-jsondoc:1.2.23'
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation ("org.jsondoc:spring-boot-starter-jsondoc:1.2.23")
'org.jsondoc:spring-boot-starter-jsondoc:jar:1.2.23'
<dependency org="org.jsondoc" name="spring-boot-starter-jsondoc" rev="1.2.23">
<artifact name="spring-boot-starter-jsondoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='spring-boot-starter-jsondoc', version='1.2.23')
)
libraryDependencies += "org.jsondoc" % "spring-boot-starter-jsondoc" % "1.2.23"
[org.jsondoc/spring-boot-starter-jsondoc "1.2.23"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.3.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.0.RELEASE |
org.jsondoc : jsondoc-springmvc | jar | 1.2.23 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |