| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторblather |
| Версия | Версия2.8.0 |
| Тип | Типjar |
| Описание |
ОписаниеBlather - Websockets
Shared configuration for Giulius, Acteur and
related projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| blather-2.8.0.pom | |
| blather-2.8.0.jar | 36 KB |
| blather-2.8.0-tests.jar | 14 KB |
| blather-2.8.0-sources.jar | 24 KB |
| blather-2.8.0-javadoc.jar | 68 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/blather/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>blather</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/blather/
implementation 'com.mastfrog:blather:2.8.0'
// https://jarcasting.com/artifacts/com.mastfrog/blather/
implementation ("com.mastfrog:blather:2.8.0")
'com.mastfrog:blather:jar:2.8.0'
<dependency org="com.mastfrog" name="blather" rev="2.8.0">
<artifact name="blather" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='blather', version='2.8.0')
)
libraryDependencies += "com.mastfrog" % "blather" % "2.8.0"
[com.mastfrog/blather "2.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-codec-http | jar | 4.1.72.Final |
| io.netty : netty-handler | jar | 4.1.72.Final |
| com.mastfrog : acteur-headers | jar | 2.8.0 |
| com.mastfrog : util-net | jar | 2.8.0 |
| com.mastfrog : giulius | jar | 2.8.0 |
| com.mastfrog : url | jar | 2.8.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mastfrog : acteur | jar | 2.8.0 |
| com.mastfrog : giulius-tests | jar | 2.8.0 |
| junit : junit | jar | 4.13.2 |