License |
License |
---|---|
GroupId | GroupIdorg.restdoc |
ArtifactId | ArtifactIdrestdoc-api |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestDoc API model
The API model of the RestDoc specification
|
Project Organization |
Project OrganizationRestDoc org |
Filename | Size |
---|---|
restdoc-api-1.5.pom | |
restdoc-api-1.5.jar | 13 KB |
restdoc-api-1.5-sources.jar | 12 KB |
restdoc-api-1.5-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restdoc/restdoc-api/ -->
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-api</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation 'org.restdoc:restdoc-api:1.5'
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation ("org.restdoc:restdoc-api:1.5")
'org.restdoc:restdoc-api:jar:1.5'
<dependency org="org.restdoc" name="restdoc-api" rev="1.5">
<artifact name="restdoc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restdoc', module='restdoc-api', version='1.5')
)
libraryDependencies += "org.restdoc" % "restdoc-api" % "1.5"
[org.restdoc/restdoc-api "1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
com.fasterxml.jackson.module : jackson-module-jsonSchema | jar | 2.5.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |