fastaop-parent

java fastaop parent dependencies

License

License

GroupId

GroupId

org.fastlight
ArtifactId

ArtifactId

fastaop-parent
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

fastaop-parent
java fastaop parent dependencies
Project URL

Project URL

https://github.com/fast-light/fastaop
Source Code Management

Source Code Management

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

Download fastaop-parent

Filename Size
fastaop-parent-1.0.1.pom 6 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
1.0.1
1.0.0