License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-core-reflect |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXApi - Core reflection apis and interfaces
All of our modules, somewhere along the way, use reflective structures
wrapping java objects from various apis.
Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses
a bytecode scanner to read in .class files.
In order to abstract over the various apis we wrap,
we have our own interface layer to describe java metadata,
so we can create tools to utilize java structure
independent of any given dependencies.
|
Project Organization |
Project OrganizationThe Internet Party |
Filename | Size |
---|---|
xapi-core-reflect-0.5.pom | |
xapi-core-reflect-0.5.jar | 29 KB |
xapi-core-reflect-0.5-sources.jar | 23 KB |
xapi-core-reflect-0.5-javadoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-core-reflect</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation 'net.wetheinter:xapi-core-reflect:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation ("net.wetheinter:xapi-core-reflect:0.5")
'net.wetheinter:xapi-core-reflect:jar:0.5'
<dependency org="net.wetheinter" name="xapi-core-reflect" rev="0.5">
<artifact name="xapi-core-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-reflect', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-core-reflect" % "0.5"
[net.wetheinter/xapi-core-reflect "0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-core-api | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |