c

cuckoo-stuffing

A byte stuffing algorithm for general use and with low statistical overhead on arbitrary data.
https://github.com/sirikid/Cuckoo-Stuffing
The BSD 2-Clause License
Ivan Sokolov
Files download
File Operation
cuckoo-stuffing-1.0.1.jar download
cuckoo-stuffing-1.0.1.pom download
cuckoo-stuffing-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sirikid</groupId>
  <artifactId>cuckoo-stuffing</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.sirikid:cuckoo-stuffing:1.0.1'
Gradle Kotlin
implementation("com.github.sirikid:cuckoo-stuffing:1.0.1")
Scala SBT
libraryDependencies += "com.github.sirikid" % "cuckoo-stuffing" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sirikid', module='cuckoo-stuffing', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.sirikid" name="cuckoo-stuffing" rev="1.0.1" />
Leiningen
[com.github.sirikid/cuckoo-stuffing "1.0.1"]
Apache Buildr
'com.github.sirikid:cuckoo-stuffing:jar:1.0.1'