| Title: |
Wicket asynchronous task implementation |
| Group ID: |
org.wicketstuff |
| Artifact ID: |
async-task-impl |
| Version: |
9.20.0 |
| Last modified: |
31.01.2025 13:15 |
| 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/9.20.0/async-task-impl-9.20.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>9.20.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>org.glassfish</groupId>
<artifactId>javax.servlet</artifactId>
<version>${version.glassfish}</version>
<scope>test</scope>
</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>
<repositories>
<repository>
<id>java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
</repositories>
<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>9.20.0</version>
</dependency>
|
| Gradle: |
org.wicketstuff:async-task-impl:9.20.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
guava-33.4.0-jre.jar
in com/google/guava/guava/33.4.0-jre
-
JAR
javax.servlet-3.0.jar
in org/glassfish/javax.servlet/3.0
-
[JAR]
junit-jupiter-api-5.11.4.jar
in org/junit/jupiter/junit-jupiter-api/5.11.4
-
[JAR]
junit-jupiter-engine-5.11.4.jar
in org/junit/jupiter/junit-jupiter-engine/5.11.4
-
JAR
slf4j-api-2.0.16.jar
in org/slf4j/slf4j-api/2.0.16
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|