u

usage-maven-plugin

USAGE MAVEN PLUGIN Simple plugin with two goals: usage:class For search substring for class-name in code and collect statistics after walking by dependency tree usage:resource For search substring for resource-name in dependency tree Both goals return json result into log
https://github.com/usalko/usage-maven-plugin
The Apache Software License, Version 2.0
Ivan Usalko
Files download
File Operation
usage-maven-plugin-1.0.jar download
usage-maven-plugin-1.0.pom download
usage-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.usalko</groupId>
  <artifactId>usage-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.usalko:usage-maven-plugin:1.0'
Gradle Kotlin
implementation("com.usalko:usage-maven-plugin:1.0")
Scala SBT
libraryDependencies += "com.usalko" % "usage-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.usalko', module='usage-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.usalko" name="usage-maven-plugin" rev="1.0" />
Leiningen
[com.usalko/usage-maven-plugin "1.0"]
Apache Buildr
'com.usalko:usage-maven-plugin:jar:1.0'