| License |
License |
|---|---|
| GroupId | GroupIdcom.github.almondtools |
| ArtifactId | ArtifactIdrexlex |
| Last Version | Last Version0.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.almondtools:rexlex
Regular expression matchers, searcher, lexers based on deterministic finite automata
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rexlex-0.3.2.pom | |
| rexlex-0.3.2.jar | 268 KB |
| rexlex-0.3.2-sources.jar | 87 KB |
| rexlex-0.3.2-javadoc.jar | 738 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.almondtools/rexlex/ -->
<dependency>
<groupId>com.github.almondtools</groupId>
<artifactId>rexlex</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/rexlex/
implementation 'com.github.almondtools:rexlex:0.3.2'
// https://jarcasting.com/artifacts/com.github.almondtools/rexlex/
implementation ("com.github.almondtools:rexlex:0.3.2")
'com.github.almondtools:rexlex:jar:0.3.2'
<dependency org="com.github.almondtools" name="rexlex" rev="0.3.2">
<artifact name="rexlex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='rexlex', version='0.3.2')
)
libraryDependencies += "com.github.almondtools" % "rexlex" % "0.3.2"
[com.github.almondtools/rexlex "0.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.amygdalum : regexparser | jar | 0.2.3 |
| net.amygdalum : compilerutils | jar | 0.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.23.4 |