is not current version
Last Version 1.1.1

cn.wensiqun:classgrep 1.1

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

GroupId

GroupId

cn.wensiqun
ArtifactId

ArtifactId

classgrep
Version

Version

1.1
Type

Type

jar

Download classgrep 1.1


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