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