| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.wetheinter |
| Идентификатор | Идентификаторxapi-core-reflect |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXApi - 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.
|
| Организация-разработчик |
Организация-разработчикThe Internet Party |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.wetheinter : xapi-core-api | jar | 0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |