| Title: |
Wicket asynchronous task implementation |
| Group ID: |
org.wicketstuff |
| Artifact ID: |
async-task-impl |
| Version: |
10.2.0 |
| Last modified: |
26.09.2024 05:04 |
| Packaging: |
jar |
| Name: |
Wicket asynchronous task implementation |
| Description: |
The implementation of the asynchronous task micro-framework. |
| Vendor: |
Kantega AS |
|
|
| Size: |
27.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/wicketstuff/async-task-impl/10.2.0/async-task-impl-10.2.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wicketstuff</groupId>
<artifactId>async-tasks-parent</artifactId>
<version>10.2.0</version>
</parent>
<artifactId>async-task-impl</artifactId>
<packaging>jar</packaging>
<name>Wicket asynchronous task implementation</name>
<description>The implementation of the asynchronous task micro-framework.</description>
<properties>
<version.glassfish>3.0</version.glassfish>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-tester</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<filtering>false</filtering>
<directory>src/test/java</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>async-task-impl</artifactId>
<version>10.2.0</version>
</dependency>
|
| Gradle: |
org.wicketstuff:async-task-impl:10.2.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|