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