| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.rasc |
| Идентификатор | Идентификаторwamp2spring |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеWAMP v2 Implementation for Spring 5
Implementation of WAMP v2 based on the Spring 5 websocket support
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wamp2spring-1.0.0.pom | |
| wamp2spring-1.0.0.jar | 134 KB |
| wamp2spring-1.0.0-sources.jar | 105 KB |
| wamp2spring-1.0.0-javadoc.jar | 439 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.rasc/wamp2spring/ -->
<dependency>
<groupId>ch.rasc</groupId>
<artifactId>wamp2spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rasc/wamp2spring/
implementation 'ch.rasc:wamp2spring:1.0.0'
// https://jarcasting.com/artifacts/ch.rasc/wamp2spring/
implementation ("ch.rasc:wamp2spring:1.0.0")
'ch.rasc:wamp2spring:jar:1.0.0'
<dependency org="ch.rasc" name="wamp2spring" rev="1.0.0">
<artifact name="wamp2spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rasc', module='wamp2spring', version='1.0.0')
)
libraryDependencies += "ch.rasc" % "wamp2spring" % "1.0.0"
[ch.rasc/wamp2spring "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-websocket | jar | 5.0.0.RELEASE |
| org.springframework : spring-messaging | jar | 5.0.0.RELEASE |
| org.springframework : spring-webmvc | jar | 5.0.0.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |
| org.msgpack : jackson-dataformat-msgpack | jar | 0.8.13 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.9.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-smile | jar | 2.9.1 |
| com.github.ben-manes.caffeine : caffeine | jar | 2.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.8.0 |
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-websocket | jar | 1.5.7.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.7.RELEASE |
| org.mockito : mockito-core | jar | 2.10.0 |
| nl.jqno.equalsverifier : equalsverifier | jar | 2.3.3 |