is not current version
Last Version 9.10.0

org.wicketstuff:async-tasks-parent 9.0.0-M3

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

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

async-tasks-parent
Version

Version

9.0.0-M3
Type

Type

pom

Download async-tasks-parent 9.0.0-M3


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