regexp-to-ast
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.chevrotain</groupId> <artifactId>regexp-to-ast</artifactId> <version>11.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm.at.chevrotain</groupId> <artifactId>regexp-to-ast</artifactId> <version>11.0.3</version> <name>chevrotain regexp-to-ast</name> <description>Parses a Regular Expression and outputs an AST</description> <url>https://github.com/Chevrotain/chevrotain#readme</url> <organization> <name>chevrotain regexp-to-ast</name> <url>https://github.com/Chevrotain/chevrotain#readme</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>bd82</name> <email>shahars@protonmail.com</email> </developer> </developers> <scm> <connection>git://github.com/Chevrotain/chevrotain.git</connection> <developerConnection>git://github.com/Chevrotain/chevrotain.git</developerConnection> <url>git://github.com/Chevrotain/chevrotain</url> </scm> <issueManagement> <url>https://github.com/Chevrotain/chevrotain/issues</url> </issueManagement> </project>