is not current version
Last Version 0.5

net.wetheinter:xapi-core-reflect 0.3

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.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-core-reflect
Version

Version

0.3
Type

Type

jar

Download xapi-core-reflect 0.3


<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-reflect</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation 'net.wetheinter:xapi-core-reflect:0.3'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-reflect/
implementation ("net.wetheinter:xapi-core-reflect:0.3")
'net.wetheinter:xapi-core-reflect:jar:0.3'
<dependency org="net.wetheinter" name="xapi-core-reflect" rev="0.3">
  <artifact name="xapi-core-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-reflect', version='0.3')
)
libraryDependencies += "net.wetheinter" % "xapi-core-reflect" % "0.3"
[net.wetheinter/xapi-core-reflect "0.3"]