reverse-regex
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vladsch.reverse-regex</groupId> <artifactId>reverse-regex</artifactId> <version>1.0.2</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>com.vladsch.reverse-regex</groupId> <artifactId>reverse-regex</artifactId> <version>1.0.2</version> <packaging>pom</packaging> <name>reverse-regex</name> <description>Java Implementation of RegEx Pattern Reversing library for backwards searching using Java Pattern class and a reversed character sequence of the original text</description> <url>https://github.com/vsch/reverse-regex</url> <licenses> <license> <name>GNU Lesser General Public License version 2.1</name> <url>https://opensource.org/licenses/LGPL-2.1</url> </license> </licenses> <developers> <developer> <id>vsch</id> <name>Vladimir Schneider</name> <email>vladimir.schneider@gmail.com</email> <organizationUrl>https://github.com/vsch/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:vsch/reverse-regex.git</connection> <developerConnection>scm:git:git@github.com:vsch/reverse-regex.git</developerConnection> <tag>1.0.2</tag> <url>https://github.com/vsch/reverse-regex</url> </scm> </project>