| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.almondtools | 
    
| ArtifactId | ArtifactIdrelex | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.almondtools:relex 
            A framework for regular expression matchers, searcher, lexers based on deterministic finite automata 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| relex-0.1.0.pom | |
| relex-0.1.0.jar | 268 KB | 
| relex-0.1.0-sources.jar | 87 KB | 
| relex-0.1.0-javadoc.jar | 736 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.almondtools/relex/ -->
<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>relex</artifactId>
    <version>0.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.almondtools/relex/
implementation 'com.github.almondtools:relex:0.1.0'
                // https://jarcasting.com/artifacts/com.github.almondtools/relex/
implementation ("com.github.almondtools:relex:0.1.0")
                'com.github.almondtools:relex:jar:0.1.0'
                <dependency org="com.github.almondtools" name="relex" rev="0.1.0">
  <artifact name="relex" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.almondtools', module='relex', version='0.1.0')
)
                libraryDependencies += "com.github.almondtools" % "relex" % "0.1.0"
                [com.github.almondtools/relex "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.almondtools : picklock | jar | 0.2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| org.mockito : mockito-all | jar | 1.9.5 |