не последняя версия
Последняя версия 9.10.0

org.wicketstuff:async-tasks-parent 8.0.0-M6

A mini-framework that allows to represent asynchronous tasks in Wicket web applications without breaking the serialization contract.

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.wicketstuff
Идентификатор

Идентификатор

async-tasks-parent
Версия

Версия

8.0.0-M6
Тип

Тип

pom

Скачать async-tasks-parent 8.0.0-M6

Имя Файла Размер
async-tasks-parent-8.0.0-M6.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.wicketstuff/async-tasks-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>async-tasks-parent</artifactId>
    <version>8.0.0-M6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/async-tasks-parent/
implementation 'org.wicketstuff:async-tasks-parent:8.0.0-M6'
// https://jarcasting.com/artifacts/org.wicketstuff/async-tasks-parent/
implementation ("org.wicketstuff:async-tasks-parent:8.0.0-M6")
'org.wicketstuff:async-tasks-parent:pom:8.0.0-M6'
<dependency org="org.wicketstuff" name="async-tasks-parent" rev="8.0.0-M6">
  <artifact name="async-tasks-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='async-tasks-parent', version='8.0.0-M6')
)
libraryDependencies += "org.wicketstuff" % "async-tasks-parent" % "8.0.0-M6"
[org.wicketstuff/async-tasks-parent "8.0.0-M6"]