s

spoon-decompiler

Extension of spoon for bytecode through decompilation
http://spoon.gforge.inria.fr/
Files download
File Operation
spoon-decompiler-0.1.0.jar download
spoon-decompiler-0.1.0.pom download
spoon-decompiler-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.inria.gforge.spoon</groupId>
  <artifactId>spoon-decompiler</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'fr.inria.gforge.spoon:spoon-decompiler:0.1.0'
Gradle Kotlin
implementation("fr.inria.gforge.spoon:spoon-decompiler:0.1.0")
Scala SBT
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-decompiler" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.inria.gforge.spoon', module='spoon-decompiler', version='0.1.0')
)
Apache Ivy
<dependency org="fr.inria.gforge.spoon" name="spoon-decompiler" rev="0.1.0" />
Leiningen
[fr.inria.gforge.spoon/spoon-decompiler "0.1.0"]
Apache Buildr
'fr.inria.gforge.spoon:spoon-decompiler:jar:0.1.0'