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