MVN

net.almson : almson-regex

Maven & Gradle

Dec 13, 2021
6 stars

Almson Regex · almson-regex is a simple library for writing _readable_ regular expressions.

<dependency>
    <groupId>net.almson</groupId>
    <artifactId>almson-regex</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.almson : almson-regex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of net.almson : almson-regex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
almson-regex-1.5.1
almson-regex-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.almson</groupId>
    <artifactId>almson-regex</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.almson : almson-regex gradle dependency to your build.gradle file:

implementation 'net.almson:almson-regex:1.5.1'

Gradle Kotlin DSL: Add the following net.almson : almson-regex gradle kotlin dependency to your build.gradle.kts file:

implementation("net.almson:almson-regex:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.almson : almson-regex sbt scala dependency to your build.sbt file:

libraryDependencies += "net.almson" % "almson-regex" % "1.5.1"

Advertisement