regex-directed-graph-line-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.scottg489</groupId> <artifactId>regex-directed-graph-line-parser</artifactId> <version>0.3.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.scottg489</groupId> <artifactId>regex-directed-graph-line-parser</artifactId> <version>0.3.4</version> <name>regex-directed-graph-line-parser</name> <description>A library for parsing lines in an ordered defined by a matching regular expression.</description> <url>https://github.com/ScottG489/regex-directed-graph-line-parser</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>scottg489</id> <name>Scott Giminiani</name> <email>scottg489@gmail.com</email> </developer> </developers> <scm> <connection>git@github.com:ScottG489/regex-directed-graph-line-parser.git</connection> <developerConnection>git@github.com:ScottG489/regex-directed-graph-line-parser.git</developerConnection> <url>https://github.com/ScottG489/regex-directed-graph-line-parser</url> </scm> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.6.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>1.0-groovy-2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>