License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.byteseek |
ArtifactId | ArtifactIdbyteseek |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.byteseek:byteseek
A Java library for byte pattern matching and searching.
|
Project URL |
Project URL |
Filename | Size |
---|---|
byteseek-2.0.3.pom | |
byteseek-2.0.3.jar | 329 KB |
byteseek-2.0.3-sources.jar | 399 KB |
byteseek-2.0.3-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.trove4j : trove4j | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |