Development Libraries

Project Lombok

org.projectlombok : lombok

Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!

Last Version: 1.18.24

Release Date:

AspectJ Weaver

org.aspectj : aspectjweaver

The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time weaving (LTW) during class-loading and also contains the AspectJ runtime classes.

Last Version: 1.9.9.1

Release Date:

AspectJ Runtime

org.aspectj : aspectjrt

The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous compile-time or post-compile-time (binary weaving) build step.

Last Version: 1.9.9.1

Release Date:

AspectJ Tools (Compiler)

org.aspectj : aspectjtools

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

Last Version: 1.9.9.1

Release Date:

javaparser-core

com.github.javaparser : javaparser-core

The core parser functionality. This may be all you need.

Last Version: 3.24.2

Release Date:

javaparser-symbol-solver-core

com.github.javaparser : javaparser-symbol-solver-core

A Symbol Solver for Java, built on top of JavaParser (core)

Last Version: 3.24.2

Release Date:

Last Version: 1.6.8_2

Release Date:

Last Version: 1.8.4

Release Date:

Apache ServiceMix :: Bundles :: aspectj

org.apache.servicemix.bundles : org.apache.servicemix.bundles.aspectj

This OSGi bundle wraps aspectjrt and aspectjweaver 1.9.9.1 jar files.

Last Version: 1.9.9.1_1

Release Date:

Faux Pas

org.zalando : faux-pas

Error handling in Functional Programming

Last Version: 0.9.0

Release Date:

Last Version: 1.5.4

Release Date:

Apache Shiro :: Support :: AspectJ

org.apache.shiro : shiro-aspectj

Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services.

Last Version: 1.9.0

Release Date:

antlr-java-parser

com.github.antlrjavaparser : antlr-java-parser

Antlr Java Parser aims to create a Java parser using Antlr 4 grammar rules.

Last Version: 1.0.17

Release Date:

Spring Roo - Runtime - Classpath (Antlr Java Parser)

org.springframework.roo : org.springframework.roo.classpath.antlrjavaparser

Provides POM configuration inheritence for those modules that build an OSGi bundle.

Last Version: 2.0.0.RELEASE

Release Date:

javaparser

com.google.code.javaparser : javaparser

This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.

Last Version: 1.0.11

Release Date:

hotswap-agent

org.hotswapagent : hotswap-agent

Distribution of HotswapAgent core and all plugins in all-in-one JAR.

Last Version: 1.4.1

Release Date:

Manifold :: Javadoc Agent

systems.manifold : manifold-javadoc-agent

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Last Version: 1.8.3

Release Date:

Last Version: 1.5.4

Release Date:

hotswap-agent-core

org.hotswapagent : hotswap-agent-core

Java unlimited runtime class and resource redefinition.

Last Version: 1.4.1

Release Date:

Last Version: 1.5.4

Release Date:

Last Version: 4.0.3

Release Date:

com.github.fangjinuo.langx:langx-java-reflect-aspectj:4.6.11

com.github.fangjinuo.langx : langx-java-reflect-aspectj

Java lang extensions, a supplement to , replacement of a Guava, commons-lang, hutool

Last Version: 4.6.11

Release Date:

contextprovider-aspectj

io.tracee.contextlogger.contextprovider : contextprovider-aspectj

Please refer to https://github.com/tracee/contextlogger.

Last Version: 0.11.0

Release Date:

AspectJ Bill of Material POM

com.covisint.core : aspectj-bom

This bill of materials (BOM) POM covers all the AspectJ artifacts related to a particular version. By importing this BOM, you fix the version of all the AspectJ-related artifacts to the versions associated with a particular release. This prevents the overriding of AspectJ transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>aspectj-bom</artifactId> <version>1.8.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the AspectJ artifacts *without* a version.

Last Version: 1.8.0

Release Date:

Last Version: 1.1.2

Release Date:

jsr305-aspectj-validation

org.no-hope : jsr305-aspectj-validation

AspectJ-powered way to bring @Nonnull/@Nullable validation on run-time

Last Version: 0.2.3

Release Date:

Manifold :: Extensions

systems.manifold : manifold-ext

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

javaparser-symbol-solver-model

com.github.javaparser : javaparser-symbol-solver-model

A Symbol Solver for Java, built on top of JavaParser (model)

Last Version: 3.15.15

Release Date:

javaparser-symbol-solver-logic

com.github.javaparser : javaparser-symbol-solver-logic

A Symbol Solver for Java, built on top of JavaParser (logic)

Last Version: 3.15.15

Release Date:

Plexus AspectJ Compiler

org.codehaus.plexus : plexus-compiler-aspectj

AspectJ Compiler support for Plexus Compiler component.

Last Version: 2.12.0

Release Date:

javaparser

org.activecomponents.jadex : jadex-util-javaparser

The Jadex Java parser allows arbitrary Java terms being parsed. The parser accepts input that can be written as right hand side of a Java assignment (exp = term), i.e. procedural language aspects like loops or branches.

Last Version: 4.0.265

Release Date:

jadex-javaparser

net.sourceforge.jadex : jadex-javaparser

The Jadex Java parser allows arbitrary Java terms being parsed. The parser accepts input that can be written as right hand side of a Java assignment (exp = term), i.e. procedural language aspects like loops or branches.

Last Version: 2.4

Release Date:

Manifold :: Strings

systems.manifold : manifold-strings

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Manifold :: Core

systems.manifold : manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Manifold :: Extensions Runtime

systems.manifold : manifold-ext-rt

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

jadex-javaparser

org.activecomponents.jadex : jadex-javaparser

The Jadex Java parser allows arbitrary Java terms being parsed. The parser accepts input that can be written as right hand side of a Java assignment (exp = term), i.e. procedural language aspects like loops or branches.

Last Version: 3.0.117

Release Date:

aspectjutil-adviseutil

com.newmainsoftech : aspectjutil-adviseutil

aspectjutil-adviseutil consists of utilities for AspectJ.

Last Version: 2.1.2

Release Date:

hotswap-agent-cdi-plugin

org.hotswapagent : hotswap-agent-cdi-plugin

Java unlimited runtime class and resource redefinition.

Last Version: 1.4.1

Release Date:

Last Version: 1.6.8_2

Release Date:

Manifold :: Json Runtime

systems.manifold : manifold-json-rt

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Last Version: 0.0.17

Release Date:

java-symbol-solver-core

com.github.javaparser : java-symbol-solver-core

A Symbol Solver for Java, built on top of JavaParser (core)

Last Version: 0.6.3

Release Date:

Manifold :: Json

systems.manifold : manifold-json

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Tracer: AspectJ

org.zalando : tracer-aspectj

Annotation-driven aspect for tracing requests through a distributed system.

Last Version: 1.0.0-RC.0

Release Date:

aspectjutil-injection

com.newmainsoftech : aspectjutil-injection

Utilities by AspectJ for object injection.

Last Version: 1.1

Release Date:

Last Version: 0.1.2

Release Date:

Manifold :: Yaml Runtime

systems.manifold : manifold-yaml-rt

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date:

Manifold :: Collections

systems.manifold : manifold-collections

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

Last Version: 2022.1.18

Release Date: