a

ax-type

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.
Files download
File Operation
ax-type-0.0.18.jar download
ax-type-0.0.18.pom download
ax-type-0.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.g2forge.alexandria</groupId>
  <artifactId>ax-type</artifactId>
  <version>0.0.18</version>
</dependency>
Gradle Groovy
implementation 'com.g2forge.alexandria:ax-type:0.0.18'
Gradle Kotlin
implementation("com.g2forge.alexandria:ax-type:0.0.18")
Scala SBT
libraryDependencies += "com.g2forge.alexandria" % "ax-type" % "0.0.18"
Groovy Grape
@Grapes(
  @Grab(group='com.g2forge.alexandria', module='ax-type', version='0.0.18')
)
Apache Ivy
<dependency org="com.g2forge.alexandria" name="ax-type" rev="0.0.18" />
Leiningen
[com.g2forge.alexandria/ax-type "0.0.18"]
Apache Buildr
'com.g2forge.alexandria:ax-type:jar:0.0.18'