License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdasync-tasks-parent |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket asynchronous task
A mini-framework that allows to represent asynchronous tasks in Wicket web applications without
breaking the serialization contract.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-tasks-parent-9.10.0.pom | 2 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.testng : testng | jar | 7.5 |