classgrep

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Лицензия

Лицензия

Группа

Группа

cn.wensiqun
Идентификатор

Идентификатор

classgrep
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

classgrep
classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Скачать classgrep

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/cn.wensiqun/classgrep/ -->
<dependency>
    <groupId>cn.wensiqun</groupId>
    <artifactId>classgrep</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/classgrep/
implementation 'cn.wensiqun:classgrep:1.1.1'
// https://jarcasting.com/artifacts/cn.wensiqun/classgrep/
implementation ("cn.wensiqun:classgrep:1.1.1")
'cn.wensiqun:classgrep:jar:1.1.1'
<dependency org="cn.wensiqun" name="classgrep" rev="1.1.1">
  <artifact name="classgrep" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='classgrep', version='1.1.1')
)
libraryDependencies += "cn.wensiqun" % "classgrep" % "1.1.1"
[cn.wensiqun/classgrep "1.1.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
cn.wensiqun : asmsupport jar 0.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.1
1.1