| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier React Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
| Группа | Группаcom.squeakysand.jsp |
| Идентификатор | Идентификаторreactor |
| Последняя версия | Последняя версия0.6.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcom.squeakysand.jsp - reactor
Libraries and tools related to Java Server Page (JSP) technology.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| reactor-0.6.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jsp/reactor/ -->
<dependency>
<groupId>com.squeakysand.jsp</groupId>
<artifactId>reactor</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jsp/reactor/
implementation 'com.squeakysand.jsp:reactor:0.6.0'
// https://jarcasting.com/artifacts/com.squeakysand.jsp/reactor/
implementation ("com.squeakysand.jsp:reactor:0.6.0")
'com.squeakysand.jsp:reactor:pom:0.6.0'
<dependency org="com.squeakysand.jsp" name="reactor" rev="0.6.0">
<artifact name="reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jsp', module='reactor', version='0.6.0')
)
libraryDependencies += "com.squeakysand.jsp" % "reactor" % "0.6.0"
[com.squeakysand.jsp/reactor "0.6.0"]