d

deadmethods

An ant task to find dead methods
http://deadmethods.mebigfatguy.com
Apache 2 License
Dave Brosius
Files download
File Operation
deadmethods-0.9.1.jar download
deadmethods-0.9.1.pom download
deadmethods-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mebigfatguy.deadmethods</groupId>
  <artifactId>deadmethods</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.mebigfatguy.deadmethods:deadmethods:0.9.1'
Gradle Kotlin
implementation("com.mebigfatguy.deadmethods:deadmethods:0.9.1")
Scala SBT
libraryDependencies += "com.mebigfatguy.deadmethods" % "deadmethods" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.mebigfatguy.deadmethods', module='deadmethods', version='0.9.1')
)
Apache Ivy
<dependency org="com.mebigfatguy.deadmethods" name="deadmethods" rev="0.9.1" />
Leiningen
[com.mebigfatguy.deadmethods/deadmethods "0.9.1"]
Apache Buildr
'com.mebigfatguy.deadmethods:deadmethods:jar:0.9.1'