weapon-regex_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.stryker-mutator</groupId>
<artifactId>weapon-regex_3</artifactId>
<version>1.3.6</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>io.stryker-mutator</groupId>
<artifactId>weapon-regex_3</artifactId>
<packaging>jar</packaging>
<description>Weapon regeX mutates regular expressions for use in mutation testing.</description>
<url>https://github.com/stryker-mutator/weapon-regex</url>
<version>1.3.6</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>weapon-regex</name>
<organization>
<name>io.stryker-mutator</name>
<url>https://github.com/stryker-mutator/weapon-regex</url>
</organization>
<scm>
<url>https://github.com/stryker-mutator/weapon-regex</url>
<connection>scm:git:https://github.com/stryker-mutator/weapon-regex.git</connection>
<developerConnection>scm:git:git@github.com:stryker-mutator/weapon-regex.git</developerConnection>
</scm>
<developers>
<developer>
<id>nhat</id>
<name>Nhat</name>
<url>https://github.com/Nhaajt</url>
</developer>
<developer>
<id>jan</id>
<name>Jan</name>
<url>https://github.com/JSmits-utwente</url>
</developer>
<developer>
<id>wijtse</id>
<name>Wijtse</name>
<url>https://github.com/wijtserekker</url>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>fastparse_3</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-stubs_3</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>