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