MVN

fish.payara.maven.extensions : regex-profile-activator

Maven & Gradle

Dec 20, 2019
2 stars

Regex Profile Activator Maven Extension · Allow profile activation using regex expressions.

<dependency>
    <groupId>fish.payara.maven.extensions</groupId>
    <artifactId>regex-profile-activator</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fish.payara.maven.extensions : regex-profile-activator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of fish.payara.maven.extensions : regex-profile-activator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
regex-profile-activator-0.5
0.4
regex-profile-activator-0.4
0.3
regex-profile-activator-0.3
0.2
regex-profile-activator-0.2
0.1
regex-profile-activator-0.1

How to add a dependency to Maven

Add the following fish.payara.maven.extensions : regex-profile-activator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fish.payara.maven.extensions</groupId>
    <artifactId>regex-profile-activator</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fish.payara.maven.extensions : regex-profile-activator gradle dependency to your build.gradle file:

implementation 'fish.payara.maven.extensions:regex-profile-activator:0.5'

Gradle Kotlin DSL: Add the following fish.payara.maven.extensions : regex-profile-activator gradle kotlin dependency to your build.gradle.kts file:

implementation("fish.payara.maven.extensions:regex-profile-activator:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following fish.payara.maven.extensions : regex-profile-activator sbt scala dependency to your build.sbt file:

libraryDependencies += "fish.payara.maven.extensions" % "regex-profile-activator" % "0.5"