| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.wso2.sp |
| Идентификатор | Идентификаторtcp-client |
| Версия | Версия4.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tcp-client-4.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.sp/tcp-client/ -->
<dependency>
<groupId>org.wso2.sp</groupId>
<artifactId>tcp-client</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.sp/tcp-client/
implementation 'org.wso2.sp:tcp-client:4.0.0'
// https://jarcasting.com/artifacts/org.wso2.sp/tcp-client/
implementation ("org.wso2.sp:tcp-client:4.0.0")
'org.wso2.sp:tcp-client:pom:4.0.0'
<dependency org="org.wso2.sp" name="tcp-client" rev="4.0.0">
<artifact name="tcp-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.sp', module='tcp-client', version='4.0.0')
)
libraryDependencies += "org.wso2.sp" % "tcp-client" % "4.0.0"
[org.wso2.sp/tcp-client "4.0.0"]