d

deltahex-operation

Library for hexadecimal editor operations
http://deltahex.exbin.org
Apache License, Version 2.0
Miroslav Hajda
Files download
File Operation
deltahex-operation-0.1.2.jar download
deltahex-operation-0.1.2.pom download
deltahex-operation-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exbin.deltahex</groupId>
  <artifactId>deltahex-operation</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.exbin.deltahex:deltahex-operation:0.1.2'
Gradle Kotlin
implementation("org.exbin.deltahex:deltahex-operation:0.1.2")
Scala SBT
libraryDependencies += "org.exbin.deltahex" % "deltahex-operation" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.exbin.deltahex', module='deltahex-operation', version='0.1.2')
)
Apache Ivy
<dependency org="org.exbin.deltahex" name="deltahex-operation" rev="0.1.2" />
Leiningen
[org.exbin.deltahex/deltahex-operation "0.1.2"]
Apache Buildr
'org.exbin.deltahex:deltahex-operation:jar:0.1.2'