Notice: Vibe has renamed to Cettia and is no longer maintained. Use Cettia.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.flowersinthesand |
| Идентификатор | Идентификаторwes |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеwes: Web Event Source
The wes (Web Event Source) is an abstraction layer in the form of event source for various event-driven asynchronous web client and server that runs on the JVM allowing the end user to choose the desired library.
|
| Имя Файла | Размер |
|---|---|
| wes-0.2.1.pom | |
| wes-0.2.1.jar | 20 KB |
| wes-0.2.1-sources.jar | 15 KB |
| wes-0.2.1-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.flowersinthesand/wes/ -->
<dependency>
<groupId>io.github.flowersinthesand</groupId>
<artifactId>wes</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes/
implementation 'io.github.flowersinthesand:wes:0.2.1'
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes/
implementation ("io.github.flowersinthesand:wes:0.2.1")
'io.github.flowersinthesand:wes:jar:0.2.1'
<dependency org="io.github.flowersinthesand" name="wes" rev="0.2.1">
<artifact name="wes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flowersinthesand', module='wes', version='0.2.1')
)
libraryDependencies += "io.github.flowersinthesand" % "wes" % "0.2.1"
[io.github.flowersinthesand/wes "0.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
Notice: Vibe has renamed to Cettia and is no longer maintained. Use Cettia.