License |
License |
---|---|
GroupId | GroupIdcom.g2forge.alexandria |
ArtifactId | ArtifactIdax-type |
Version | Version0.0.17 |
Type | Typejar |
Description |
DescriptionAlexandria 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ax-type-0.0.17.pom | |
ax-type-0.0.17.jar | 48 KB |
ax-type-0.0.17-sources.jar | 26 KB |
ax-type-0.0.17-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-type/ -->
<dependency>
<groupId>com.g2forge.alexandria</groupId>
<artifactId>ax-type</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-type/
implementation 'com.g2forge.alexandria:ax-type:0.0.17'
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-type/
implementation ("com.g2forge.alexandria:ax-type:0.0.17")
'com.g2forge.alexandria:ax-type:jar:0.0.17'
<dependency org="com.g2forge.alexandria" name="ax-type" rev="0.0.17">
<artifact name="ax-type" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.alexandria', module='ax-type', version='0.0.17')
)
libraryDependencies += "com.g2forge.alexandria" % "ax-type" % "0.0.17"
[com.g2forge.alexandria/ax-type "0.0.17"]
Group / Artifact | Type | Version |
---|---|---|
com.g2forge.alexandria : ax-adt | jar | 0.0.17 |
com.g2forge.alexandria : ax-java | jar | 0.0.17 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
com.g2forge.alexandria : ax-test | jar | 0.0.17 |
junit : junit | jar | 4.13.1 |