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