Last Version

Wicket asynchronous task 9.10.0

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

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

async-tasks-parent
Version

Version

9.10.0
Type

Type

pom
Description

Description

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

Project URL

http://www.kantega.no
Project Organization

Project Organization

Kantega AS
Source Code Management

Source Code Management

https://github.com/wicketstuff/core/tree/wicketstuff-core-9.10.0/async-tasks-parent

Download async-tasks-parent 9.10.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 9.10.0

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.36
org.testng : testng jar 7.5

Project Modules

  • async-tasks-demo
  • async-tasks-impl