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