is not current version
Last Version 5.4.0-2.0.0

com.gliwka.hyperscan:hyperscan 0.5.1

Java bindings for the high-performance multiple regular expression library hyperscan

GroupId

GroupId

com.gliwka.hyperscan
ArtifactId

ArtifactId

hyperscan
Version

Version

0.5.1
Type

Type

jar

Download hyperscan 0.5.1


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