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