Last Version

regex4j 1.0.0

regex implement with nfa

License

License

GroupId

GroupId

com.github.myibu
ArtifactId

ArtifactId

regex4j
Version

Version

1.0.0
Type

Type

jar
Description

Description

regex4j
regex implement with nfa
Project URL

Project URL

https://github.com/myibu/regex4j

Download regex4j 1.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.