| Категории |
КатегорииСеть Netty Networking ORM Данные |
|---|---|
| Группа | Группаorg.wso2.performance.common |
| Идентификатор | Идентификаторnetty-http-echo-service |
| Версия | Версия0.2.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.wso2.performance.common/netty-http-echo-service/ -->
<dependency>
<groupId>org.wso2.performance.common</groupId>
<artifactId>netty-http-echo-service</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.performance.common/netty-http-echo-service/
implementation 'org.wso2.performance.common:netty-http-echo-service:0.2.1'
// https://jarcasting.com/artifacts/org.wso2.performance.common/netty-http-echo-service/
implementation ("org.wso2.performance.common:netty-http-echo-service:0.2.1")
'org.wso2.performance.common:netty-http-echo-service:jar:0.2.1'
<dependency org="org.wso2.performance.common" name="netty-http-echo-service" rev="0.2.1">
<artifact name="netty-http-echo-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.performance.common', module='netty-http-echo-service', version='0.2.1')
)
libraryDependencies += "org.wso2.performance.common" % "netty-http-echo-service" % "0.2.1"
[org.wso2.performance.common/netty-http-echo-service "0.2.1"]