| GroupId | GroupIdtaglibs | 
|---|---|
| ArtifactId | ArtifactIdresponse-doc | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| response-doc-1.0.1.pom | |
| response-doc-1.0.1.war | 117 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/taglibs/response-doc/ -->
<dependency>
    <groupId>taglibs</groupId>
    <artifactId>response-doc</artifactId>
    <version>1.0.1</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/taglibs/response-doc/
implementation 'taglibs:response-doc:1.0.1'// https://jarcasting.com/artifacts/taglibs/response-doc/
implementation ("taglibs:response-doc:1.0.1")'taglibs:response-doc:war:1.0.1'<dependency org="taglibs" name="response-doc" rev="1.0.1">
  <artifact name="response-doc" type="war" />
</dependency>@Grapes(
@Grab(group='taglibs', module='response-doc', version='1.0.1')
)libraryDependencies += "taglibs" % "response-doc" % "1.0.1"[taglibs/response-doc "1.0.1"]