coregex-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.simy4.coregex</groupId> <artifactId>coregex-core</artifactId> <version>1.2.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.simy4.coregex</groupId> <artifactId>coregex-core</artifactId> <packaging>jar</packaging> <description>A handy utility for generating strings that match given regular expression criteria.</description> <url>https://github.com/SimY4/coregex</url> <version>1.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>core</name> <inceptionYear>2021</inceptionYear> <organization> <name>Alex Simkin</name> <url>https://github.com/SimY4/coregex</url> </organization> <scm> <url>https://github.com/SimY4/coregex</url> <connection>scm:git@github.com:SimY4/coregex.git</connection> </scm> <developers> <developer> <id>SimY4</id> <name>Alex Simkin</name> <url>https://github.com/SimY4</url> </developer> </developers> <properties> <info.releaseNotesUrl>https://github.com/SimY4/coregex/releases</info.releaseNotesUrl> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scalameta</groupId> <artifactId>munit_2.13</artifactId> <version>1.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>munit-scalacheck_2.13</artifactId> <version>1.1.0</version> <scope>test</scope> </dependency> </dependencies> </project>