License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdasync-task-impl |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket asynchronous task implementation
The implementation of the asynchronous task micro-framework.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
async-task-impl-9.10.0.pom | |
async-task-impl-9.10.0.jar | 27 KB |
async-task-impl-9.10.0-sources.jar | 14 KB |
async-task-impl-9.10.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/async-task-impl/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>async-task-impl</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/async-task-impl/
implementation 'org.wicketstuff:async-task-impl:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/async-task-impl/
implementation ("org.wicketstuff:async-task-impl:9.10.0")
'org.wicketstuff:async-task-impl:jar:9.10.0'
<dependency org="org.wicketstuff" name="async-task-impl" rev="9.10.0">
<artifact name="async-task-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='async-task-impl', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "async-task-impl" % "9.10.0"
[org.wicketstuff/async-task-impl "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
com.google.guava : guava | jar | 29.0-jre |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.servlet | jar | 3.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.testng : testng | jar | 7.5 |