b

binarypatcher

Creates and applies binary patches for jar files at the class level.
https://github.com/NeoForged/InstallerTools
LGPL-2.1-only
NeoForged
Files download
File Operation
binarypatcher-2.1.4.jar download
binarypatcher-2.1.4.pom download
binarypatcher-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.neoforged.installertools</groupId>
  <artifactId>binarypatcher</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'net.neoforged.installertools:binarypatcher:2.1.4'
Gradle Kotlin
implementation("net.neoforged.installertools:binarypatcher:2.1.4")
Scala SBT
libraryDependencies += "net.neoforged.installertools" % "binarypatcher" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='net.neoforged.installertools', module='binarypatcher', version='2.1.4')
)
Apache Ivy
<dependency org="net.neoforged.installertools" name="binarypatcher" rev="2.1.4" />
Leiningen
[net.neoforged.installertools/binarypatcher "2.1.4"]
Apache Buildr
'net.neoforged.installertools:binarypatcher:jar:2.1.4'