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