License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIddk.brics |
ArtifactId | ArtifactIdautomaton |
Last Version | Last Version1.12-4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondk.brics.automaton
This package contains a full DFA/NFA implementation with Unicode
alphabet and support for all standard regular expression operations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
automaton-1.12-4.pom | |
automaton-1.12-4.jar | 203 KB |
automaton-1.12-4-sources.jar | 96 KB |
automaton-1.12-4-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.brics/automaton/ -->
<dependency>
<groupId>dk.brics</groupId>
<artifactId>automaton</artifactId>
<version>1.12-4</version>
</dependency>
// https://jarcasting.com/artifacts/dk.brics/automaton/
implementation 'dk.brics:automaton:1.12-4'
// https://jarcasting.com/artifacts/dk.brics/automaton/
implementation ("dk.brics:automaton:1.12-4")
'dk.brics:automaton:jar:1.12-4'
<dependency org="dk.brics" name="automaton" rev="1.12-4">
<artifact name="automaton" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.brics', module='automaton', version='1.12-4')
)
libraryDependencies += "dk.brics" % "automaton" % "1.12-4"
[dk.brics/automaton "1.12-4"]