r

regex-directed-graph-line-parser

A library for parsing lines in an ordered defined by a matching regular expression.
https://github.com/ScottG489/regex-directed-graph-line-parser
MIT License
Scott Giminiani
Files download
File Operation
regex-directed-graph-line-parser-0.3.4.jar download
regex-directed-graph-line-parser-0.3.4.pom download
regex-directed-graph-line-parser-0.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.scottg489</groupId>
  <artifactId>regex-directed-graph-line-parser</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.scottg489:regex-directed-graph-line-parser:0.3.4'
Gradle Kotlin
implementation("io.github.scottg489:regex-directed-graph-line-parser:0.3.4")
Scala SBT
libraryDependencies += "io.github.scottg489" % "regex-directed-graph-line-parser" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.scottg489', module='regex-directed-graph-line-parser', version='0.3.4')
)
Apache Ivy
<dependency org="io.github.scottg489" name="regex-directed-graph-line-parser" rev="0.3.4" />
Leiningen
[io.github.scottg489/regex-directed-graph-line-parser "0.3.4"]
Apache Buildr
'io.github.scottg489:regex-directed-graph-line-parser:jar:0.3.4'