Quasi Maven Plugin

Quasi is a Java library that provides high-performance lightweight threads, forked from Quasar. Quasi 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 Quasi instrumentation of the compiled class files.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.fromage.quasi
Идентификатор

Идентификатор

quasi-maven-plugin
Последняя версия

Последняя версия

0.7.10
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Quasi Maven Plugin
Quasi is a Java library that provides high-performance lightweight threads, forked from Quasar. Quasi 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 Quasi instrumentation of the compiled class files.
Ссылка на сайт

Ссылка на сайт

https://github.com/fromage/quasi-maven-plugin
Система контроля версий

Система контроля версий

http://github.com/FroMage/quasi-maven-plugin

Скачать quasi-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>com.github.fromage.quasi</groupId>
    <artifactId>quasi-maven-plugin</artifactId>
    <version>0.7.10</version>
</plugin>

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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
com.github.fromage.quasi : quasi-core jar 0.7.10

Модули Проекта

Данный проект не имеет модулей.

Quasi is a Java library that provides high-performance lightweight threads, via a fork of the Quasar library. Quasi 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 Quasi instrumentation of the compiled class files.

Usage

Configure the plugin to instrument the code:

<plugin>
    <groupId>com.github.fromage.quasi</groupId>
    <artifactId>quasi-maven-plugin</artifactId>
    <version>0.7.5</version>
    <configuration>
        <check>true</check>
        <debug>true</debug>
        <verbose>true</verbose>
    </configuration>
    <executions>
        <execution>
            <goals>
                <goal>instrument</goal>
            </goals>
        </execution>
    </executions>
</plugin>

License

This project is licensed under The BSD 3-Clause License.

Версии библиотеки

Версия
0.7.10