| Категории |
КатегорииUndertow Сеть Networking |
|---|---|
| Группа | Группаio.undertow |
| Идентификатор | Идентификаторundertow-benchmarks |
| Версия | Версия2.0.42.Final |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-benchmarks/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-benchmarks</artifactId>
<version>2.0.42.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-benchmarks/
implementation 'io.undertow:undertow-benchmarks:2.0.42.Final'
// https://jarcasting.com/artifacts/io.undertow/undertow-benchmarks/
implementation ("io.undertow:undertow-benchmarks:2.0.42.Final")
'io.undertow:undertow-benchmarks:jar:2.0.42.Final'
<dependency org="io.undertow" name="undertow-benchmarks" rev="2.0.42.Final">
<artifact name="undertow-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-benchmarks', version='2.0.42.Final')
)
libraryDependencies += "io.undertow" % "undertow-benchmarks" % "2.0.42.Final"
[io.undertow/undertow-benchmarks "2.0.42.Final"]