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