MVN

com.github.nruzic.org.apache.maven.shared : maven-filtering

Maven & Gradle

Feb 11, 2019
0 stars

Apache Maven Filtering · A component to assist in filtering of resource files with properties from a Maven project.

<dependency>
    <groupId>com.github.nruzic.org.apache.maven.shared</groupId>
    <artifactId>maven-filtering</artifactId>
    <version>3.1.2-patch1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nruzic.org.apache.maven.shared : maven-filtering to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2-patch1
  • Latest Alpha: 3.1.2-alpha3

All Versions

Choose a version of com.github.nruzic.org.apache.maven.shared : maven-filtering to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
maven-filtering-3.1.2-patch1
maven-filtering-3.1.2
maven-filtering-3.1.2-alpha3
maven-filtering-3.1.2-alpha2
maven-filtering-3.1.2-alpha1

How to add a dependency to Maven

Add the following com.github.nruzic.org.apache.maven.shared : maven-filtering maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nruzic.org.apache.maven.shared</groupId>
    <artifactId>maven-filtering</artifactId>
    <version>3.1.2-patch1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nruzic.org.apache.maven.shared : maven-filtering gradle dependency to your build.gradle file:

implementation 'com.github.nruzic.org.apache.maven.shared:maven-filtering:3.1.2-patch1'

Gradle Kotlin DSL: Add the following com.github.nruzic.org.apache.maven.shared : maven-filtering gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nruzic.org.apache.maven.shared:maven-filtering:3.1.2-patch1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nruzic.org.apache.maven.shared : maven-filtering sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nruzic.org.apache.maven.shared" % "maven-filtering" % "3.1.2-patch1"