| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSearch Прикладные библиотеки |
| Группа | Группаcom.ericsson.research.trap.tests |
| Идентификатор | Идентификаторtrap-tests-parent |
| Версия | Версия1.4.2 |
| Тип | Типpom |
| Описание |
ОписаниеTrAP Packaging Parent
Parent pom for the Transport Abstraction Package. This defines all properties for the children.
The Transport Abstraction Package, or trap, provides an overlaying socket api that can be used across multiple underlying transports, while supporting reconnects, wifi/cellular handover, compression and multiplexing.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикEricsson AB |
| Имя Файла | Размер |
|---|---|
| trap-tests-parent-1.4.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ericsson.research.trap.tests/trap-tests-parent/ -->
<dependency>
<groupId>com.ericsson.research.trap.tests</groupId>
<artifactId>trap-tests-parent</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ericsson.research.trap.tests/trap-tests-parent/
implementation 'com.ericsson.research.trap.tests:trap-tests-parent:1.4.2'
// https://jarcasting.com/artifacts/com.ericsson.research.trap.tests/trap-tests-parent/
implementation ("com.ericsson.research.trap.tests:trap-tests-parent:1.4.2")
'com.ericsson.research.trap.tests:trap-tests-parent:pom:1.4.2'
<dependency org="com.ericsson.research.trap.tests" name="trap-tests-parent" rev="1.4.2">
<artifact name="trap-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ericsson.research.trap.tests', module='trap-tests-parent', version='1.4.2')
)
libraryDependencies += "com.ericsson.research.trap.tests" % "trap-tests-parent" % "1.4.2"
[com.ericsson.research.trap.tests/trap-tests-parent "1.4.2"]