Skip to content

com.g2forge.alexandria.ax-type 0.0.21-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.g2forge.alexandria</groupId>
  <artifactId>ax-type</artifactId>
  <version>0.0.21-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

A library for encapsulating and manipulating types, including Java types. Not to be confused with a library for reflection, as ax-type allows for the manipulation of Java types which are not loaded into the current VM and perhaps do not exist anywhere.