MVN

cn.wensiqun : classgrep

Maven & Gradle

Nov 07, 2013
1 usages

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

<dependency>
    <groupId>cn.wensiqun</groupId>
    <artifactId>classgrep</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wensiqun : classgrep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of cn.wensiqun : classgrep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
classgrep-1.1.1
1.1
classgrep-1.1

How to add a dependency to Maven

Add the following cn.wensiqun : classgrep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wensiqun</groupId>
    <artifactId>classgrep</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wensiqun : classgrep gradle dependency to your build.gradle file:

implementation 'cn.wensiqun:classgrep:1.1.1'

Gradle Kotlin DSL: Add the following cn.wensiqun : classgrep gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wensiqun:classgrep:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wensiqun : classgrep sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wensiqun" % "classgrep" % "1.1.1"

Advertisement

Dependencies from Group

Aug 20, 2015
2 usages
71 stars
Aug 20, 2015
2 usages
71 stars
Aug 20, 2015
1 usages
71 stars
Aug 20, 2015
1 usages
71 stars
Aug 20, 2015
1 usages
71 stars

Discover Dependencies

Mar 23, 2012
2 usages
Dec 01, 2010
6 usages
May 03, 2007
14 usages
Apr 21, 2014
3 usages
546 stars
Apr 21, 2014
2 usages
546 stars
May 20, 2010
2 usages
Dec 02, 2014
2 usages
26 stars