Last Version

Quasar Maven Plugin 0.7.9

Quasar is a Java library that provides high-performance lightweight threads, Go-like channels, Erlang-like actors, and other asynchronous programming tools. Quasar fibers rely on bytecode instrumentation. This can be done at classloading time via a Java Agent, or at compilation time. This project ships a Maven plugin for the ahead-of-time Quasar instrumentation of the compiled class files.

License

License

Categories

Categories

Maven Build Tools Quasar Application Layer Libs Distributed Applications
GroupId

GroupId

com.vlkan
ArtifactId

ArtifactId

quasar-maven-plugin
Version

Version

0.7.9
Type

Type

maven-plugin
Description

Description

Quasar Maven Plugin
Quasar is a Java library that provides high-performance lightweight threads, Go-like channels, Erlang-like actors, and other asynchronous programming tools. Quasar fibers rely on bytecode instrumentation. This can be done at classloading time via a Java Agent, or at compilation time. This project ships a Maven plugin for the ahead-of-time Quasar instrumentation of the compiled class files.
Project URL

Project URL

https://github.com/vy/quasar-maven-plugin
Source Code Management

Source Code Management

http://github.com/vy/quasar-maven-plugin

Download quasar-maven-plugin 0.7.9


<plugin>
    <groupId>com.vlkan</groupId>
    <artifactId>quasar-maven-plugin</artifactId>
    <version>0.7.9</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.3
org.apache.maven : maven-core jar 3.3.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3
co.paralleluniverse : quasar-core jar 0.7.9

Project Modules

There are no modules declared in this project.