MVN

io.takari.maven.plugins : takari-resource-filtering

Maven & Gradle

Dec 25, 2014
2 usages
<dependency>
    <groupId>io.takari.maven.plugins</groupId>
    <artifactId>takari-resource-filtering</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.takari.maven.plugins : takari-resource-filtering to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of io.takari.maven.plugins : takari-resource-filtering to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
takari-resource-filtering-1.9.2
1.8.x
takari-resource-filtering-1.8.5
takari-resource-filtering-1.8.4
takari-resource-filtering-1.8.3
takari-resource-filtering-1.8.2
takari-resource-filtering-1.8.1
takari-resource-filtering-1.8.0

How to add a dependency to Maven

Add the following io.takari.maven.plugins : takari-resource-filtering maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.takari.maven.plugins</groupId>
    <artifactId>takari-resource-filtering</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.takari.maven.plugins : takari-resource-filtering gradle dependency to your build.gradle file:

implementation 'io.takari.maven.plugins:takari-resource-filtering:1.9.2'

Gradle Kotlin DSL: Add the following io.takari.maven.plugins : takari-resource-filtering gradle kotlin dependency to your build.gradle.kts file:

implementation("io.takari.maven.plugins:takari-resource-filtering:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.takari.maven.plugins : takari-resource-filtering sbt scala dependency to your build.sbt file:

libraryDependencies += "io.takari.maven.plugins" % "takari-resource-filtering" % "1.9.2"

Advertisement