MVN

org.jboss.ws.plugins : resources-plugin-filters

Maven & Gradle

Nov 10, 2017
1 stars

JBoss Web Services - resources-plugin-filters · Additional custom resources-plugin filters

<dependency>
    <groupId>org.jboss.ws.plugins</groupId>
    <artifactId>resources-plugin-filters</artifactId>
    <version>1.1.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.ws.plugins : resources-plugin-filters to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.Final
  • Latest Beta: 1.0.0.Beta2

All Versions

Choose a version of org.jboss.ws.plugins : resources-plugin-filters to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
resources-plugin-filters-1.1.0.Final
1.0.x
resources-plugin-filters-1.0.0.Beta2
resources-plugin-filters-1.0.0.Beta1

How to add a dependency to Maven

Add the following org.jboss.ws.plugins : resources-plugin-filters maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.ws.plugins</groupId>
    <artifactId>resources-plugin-filters</artifactId>
    <version>1.1.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.ws.plugins : resources-plugin-filters gradle dependency to your build.gradle file:

implementation 'org.jboss.ws.plugins:resources-plugin-filters:1.1.0.Final'

Gradle Kotlin DSL: Add the following org.jboss.ws.plugins : resources-plugin-filters gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.ws.plugins:resources-plugin-filters:1.1.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.ws.plugins : resources-plugin-filters sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.ws.plugins" % "resources-plugin-filters" % "1.1.0.Final"