MVN

org.wso2.msf4j.sample : regex-pathparam

Maven & Gradle

Feb 03, 2023
15 stars

Sample: PathParam with Regex

<dependency>
    <groupId>org.wso2.msf4j.sample</groupId>
    <artifactId>regex-pathparam</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.msf4j.sample : regex-pathparam to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11
  • Latest Beta: 2.5.0-beta2

All Versions

Choose a version of org.wso2.msf4j.sample : regex-pathparam to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
regex-pathparam-2.8.11
regex-pathparam-2.8.10
regex-pathparam-2.8.8
regex-pathparam-2.8.7
regex-pathparam-2.8.6
regex-pathparam-2.8.4
regex-pathparam-2.8.3
regex-pathparam-2.8.2
2.7.x
regex-pathparam-2.7.8
regex-pathparam-2.7.7
regex-pathparam-2.7.0
2.6.x
regex-pathparam-2.6.4
regex-pathparam-2.6.3
regex-pathparam-2.6.2
regex-pathparam-2.6.1
regex-pathparam-2.6.0
2.5.x
regex-pathparam-2.5.2
regex-pathparam-2.5.1
regex-pathparam-2.5.0
regex-pathparam-2.5.0-beta2
regex-pathparam-2.5.0-beta
2.4.x
regex-pathparam-2.4.3
regex-pathparam-2.4.2
regex-pathparam-2.4.1

How to add a dependency to Maven

Add the following org.wso2.msf4j.sample : regex-pathparam maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.msf4j.sample</groupId>
    <artifactId>regex-pathparam</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.msf4j.sample : regex-pathparam gradle dependency to your build.gradle file:

implementation 'org.wso2.msf4j.sample:regex-pathparam:2.8.11'

Gradle Kotlin DSL: Add the following org.wso2.msf4j.sample : regex-pathparam gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.msf4j.sample:regex-pathparam:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.msf4j.sample : regex-pathparam sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.msf4j.sample" % "regex-pathparam" % "2.8.11"

Advertisement