r

raung-common

Assembler/disassembler for java bytecode
https://github.com/skylot/raung
MIT License
Skylot
Files download
File Operation
raung-common-0.1.1.jar download
raung-common-0.1.1.pom download
raung-common-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.skylot</groupId>
  <artifactId>raung-common</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.skylot:raung-common:0.1.1'
Gradle Kotlin
implementation("io.github.skylot:raung-common:0.1.1")
Scala SBT
libraryDependencies += "io.github.skylot" % "raung-common" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.skylot', module='raung-common', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.skylot" name="raung-common" rev="0.1.1" />
Leiningen
[io.github.skylot/raung-common "0.1.1"]
Apache Buildr
'io.github.skylot:raung-common:jar:0.1.1'