| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаio.netty |
| Идентификатор | Идентификаторnetty-testsuite-osgi |
| Версия | Версия4.1.0.Beta7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty-testsuite-osgi-4.1.0.Beta7.pom | |
| netty-testsuite-osgi-4.1.0.Beta7.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.netty/netty-testsuite-osgi/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-testsuite-osgi</artifactId>
<version>4.1.0.Beta7</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-testsuite-osgi/
implementation 'io.netty:netty-testsuite-osgi:4.1.0.Beta7'
// https://jarcasting.com/artifacts/io.netty/netty-testsuite-osgi/
implementation ("io.netty:netty-testsuite-osgi:4.1.0.Beta7")
'io.netty:netty-testsuite-osgi:jar:4.1.0.Beta7'
<dependency org="io.netty" name="netty-testsuite-osgi" rev="4.1.0.Beta7">
<artifact name="netty-testsuite-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-testsuite-osgi', version='4.1.0.Beta7')
)
libraryDependencies += "io.netty" % "netty-testsuite-osgi" % "4.1.0.Beta7"
[io.netty/netty-testsuite-osgi "4.1.0.Beta7"]