org.fastlight:example

java fastaop parent dependencies

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

java fastaop parent dependencies

Скачать example

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.fastlight : fastaop jar 1.0.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13

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

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

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