fastaop-parent

java fastaop parent dependencies

Лицензия

Лицензия

Группа

Группа

org.fastlight
Идентификатор

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

fastaop-parent
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

fastaop-parent
java fastaop parent dependencies
Ссылка на сайт

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

https://github.com/fast-light/fastaop
Система контроля версий

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

https://github.com/fast-light/fastaop

Скачать fastaop-parent

Имя Файла Размер
fastaop-parent-1.0.1.pom 6 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.fastlight/fastaop-parent/ -->
<dependency>
    <groupId>org.fastlight</groupId>
    <artifactId>fastaop-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fastlight/fastaop-parent/
implementation 'org.fastlight:fastaop-parent:1.0.1'
// https://jarcasting.com/artifacts/org.fastlight/fastaop-parent/
implementation ("org.fastlight:fastaop-parent:1.0.1")
'org.fastlight:fastaop-parent:pom:1.0.1'
<dependency org="org.fastlight" name="fastaop-parent" rev="1.0.1">
  <artifact name="fastaop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fastlight', module='fastaop-parent', version='1.0.1')
)
libraryDependencies += "org.fastlight" % "fastaop-parent" % "1.0.1"
[org.fastlight/fastaop-parent "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • fastapt
  • fastaop
  • example

Java lightweight AOP framework

Intro

A lightweight AOP framework based on Java Annotation Processing, Its principle is similar to that of Lombok

Features

  • 📦 Out of the box, compatible with any project
  • 🚀 Based on Java Annotation Processing, high-performance
  • ⚡️ Suitable for arbitrary modifiers methods, like private,protected,static etc..

Guide

please visit FastAop Guide.

Development

$ mvn clean install

IDEA setting

setting->build->compiler->Shared build process VM options: -Djps.track.ap.dependencies=false

Note

FastAop currently only supports Java 8, and does not support other versions at the moment. Later, it will gradually support and adapt to Java 9+

org.fastlight

fastlight

focus on fast lightweight library

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

Версия
1.0.1
1.0.0