net.byteseek:byteseek

A Java library for byte pattern matching and searching.

License

License

Categories

Categories

Net
GroupId

GroupId

net.byteseek
ArtifactId

ArtifactId

byteseek
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

net.byteseek:byteseek
A Java library for byte pattern matching and searching.
Project URL

Project URL

https://github.com/nishihatapalmer/byteseek

Download byteseek

How to add to project

<!-- https://jarcasting.com/artifacts/net.byteseek/byteseek/ -->
<dependency>
    <groupId>net.byteseek</groupId>
    <artifactId>byteseek</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.byteseek/byteseek/
implementation 'net.byteseek:byteseek:2.0.3'
// https://jarcasting.com/artifacts/net.byteseek/byteseek/
implementation ("net.byteseek:byteseek:2.0.3")
'net.byteseek:byteseek:jar:2.0.3'
<dependency org="net.byteseek" name="byteseek" rev="2.0.3">
  <artifact name="byteseek" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.byteseek', module='byteseek', version='2.0.3')
)
libraryDependencies += "net.byteseek" % "byteseek" % "2.0.3"
[net.byteseek/byteseek "2.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.trove4j : trove4j jar 3.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.3
2.0.1
2.0