| Категории |
КатегорииGlassFish Контейнер Application Servers |
|---|---|
| Группа | Группаorg.glassfish.metro |
| Идентификатор | Идентификаторsoaptcp-impl |
| Версия | Версия2.1-b25 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| soaptcp-impl-2.1-b25.pom | |
| soaptcp-impl-2.1-b25.jar | 255 KB |
| soaptcp-impl-2.1-b25-sources.jar | 279 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/soaptcp-impl/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>soaptcp-impl</artifactId>
<version>2.1-b25</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/soaptcp-impl/
implementation 'org.glassfish.metro:soaptcp-impl:2.1-b25'
// https://jarcasting.com/artifacts/org.glassfish.metro/soaptcp-impl/
implementation ("org.glassfish.metro:soaptcp-impl:2.1-b25")
'org.glassfish.metro:soaptcp-impl:jar:2.1-b25'
<dependency org="org.glassfish.metro" name="soaptcp-impl" rev="2.1-b25">
<artifact name="soaptcp-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='soaptcp-impl', version='2.1-b25')
)
libraryDependencies += "org.glassfish.metro" % "soaptcp-impl" % "2.1-b25"
[org.glassfish.metro/soaptcp-impl "2.1-b25"]