net.tascalate.async.runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.tascalate.async</groupId> <artifactId>net.tascalate.async.runtime</artifactId> <version>1.2.8</version> </dependency>
<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>net.tascalate.async</groupId> <artifactId>net.tascalate.async.parent</artifactId> <version>1.2.8</version> <relativePath>../</relativePath> </parent> <artifactId>net.tascalate.async.runtime</artifactId> <packaging>jar</packaging> <name>Tascalate Async/Await - Runtime (API, SPI, Internal Core)</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>net.tascalate.javaflow</groupId> <artifactId>net.tascalate.javaflow.api</artifactId> </dependency> <dependency> <groupId>net.tascalate.javaflow</groupId> <artifactId>net.tascalate.javaflow.extras</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.moditect</groupId> <artifactId>moditect-maven-plugin</artifactId> </plugin> <plugin> <groupId>net.tascalate.javaflow</groupId> <artifactId>net.tascalate.javaflow.tools.maven</artifactId> </plugin> </plugins> </build> </project>