| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdasync-task-demo |
| Version | Version9.8.0 |
| Type | Typewar |
| Description |
DescriptionWicket asynchronous task demo
An example of the asynchronous task micro-framework.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| async-task-demo-9.8.0.pom | |
| async-task-demo-9.8.0.war | 6 MB |
| async-task-demo-9.8.0-sources.jar | 4 KB |
| async-task-demo-9.8.0-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/async-task-demo/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>async-task-demo</artifactId>
<version>9.8.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/async-task-demo/
implementation 'org.wicketstuff:async-task-demo:9.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/async-task-demo/
implementation ("org.wicketstuff:async-task-demo:9.8.0")
'org.wicketstuff:async-task-demo:war:9.8.0'
<dependency org="org.wicketstuff" name="async-task-demo" rev="9.8.0">
<artifact name="async-task-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='async-task-demo', version='9.8.0')
)
libraryDependencies += "org.wicketstuff" % "async-task-demo" % "9.8.0"
[org.wicketstuff/async-task-demo "9.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.wicketstuff : async-task-impl | jar | 9.8.0 |
| org.apache.wicket : wicket-core | jar | 9.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.testng : testng | jar | 7.5 |