| License | License | 
|---|---|
| GroupId | GroupIdxyz.cofe | 
| ArtifactId | ArtifactIdtext-lex | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontext-lex parsing text lexems (depricated, see xparse project) | 
| Filename | Size | 
|---|---|
| text-lex-1.0.pom | |
| text-lex-1.0.jar | 37 KB | 
| text-lex-1.0-sources.jar | 23 KB | 
| text-lex-1.0-javadoc.jar | 520 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/text-lex/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>text-lex</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.cofe/text-lex/
implementation 'xyz.cofe:text-lex:1.0'// https://jarcasting.com/artifacts/xyz.cofe/text-lex/
implementation ("xyz.cofe:text-lex:1.0")'xyz.cofe:text-lex:jar:1.0'<dependency org="xyz.cofe" name="text-lex" rev="1.0">
  <artifact name="text-lex" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.cofe', module='text-lex', version='1.0')
)libraryDependencies += "xyz.cofe" % "text-lex" % "1.0"[xyz.cofe/text-lex "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : text | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |