is not current version
Last Version 5.4.0-2.0.0

com.gliwka.hyperscan:hyperscan 1.0.0

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

GroupId

GroupId

com.gliwka.hyperscan
ArtifactId

ArtifactId

hyperscan
Version

Version

1.0.0
Type

Type

jar

Download hyperscan 1.0.0


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