is not current version
Last Version 1.1.1

edu.washington.cs.knowitall:openregex 1.1.0

OpenRegex is an efficient and flexible library for running regular expressions over sequences of user-defined objects.

GroupId

GroupId

edu.washington.cs.knowitall
ArtifactId

ArtifactId

openregex
Version

Version

1.1.0
Type

Type

jar

Download openregex 1.1.0


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