MVN

com.thewonggei : regex-tester

Maven & Gradle

Jul 15, 2017
8 stars

regex-tester · Java library that helps you test regular expressions with JUnit.

<dependency>
    <groupId>com.thewonggei</groupId>
    <artifactId>regex-tester</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thewonggei : regex-tester to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.thewonggei : regex-tester to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
regex-tester-0.4
0.1
regex-tester-0.1

How to add a dependency to Maven

Add the following com.thewonggei : regex-tester maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thewonggei</groupId>
    <artifactId>regex-tester</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thewonggei : regex-tester gradle dependency to your build.gradle file:

implementation 'com.thewonggei:regex-tester:0.4'

Gradle Kotlin DSL: Add the following com.thewonggei : regex-tester gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thewonggei:regex-tester:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thewonggei : regex-tester sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thewonggei" % "regex-tester" % "0.4"

Advertisement

Dependencies from Group

Jul 15, 2017
8 stars

Discover Dependencies

Aug 08, 2023
31 usages
1.8k stars
Sep 28, 2017
2 usages
0 stars
Nov 04, 2022
2 usages
35 stars
Jul 10, 2023
38 usages
3.3k stars
Aug 14, 2017
21 usages
0 stars
Jan 24, 2023
25 usages
104 stars