MVN

org.wso2.msf4j : org.wso2.msf4j.feature

Maven & Gradle

Feb 03, 2023
44 usages
3 stars

WSO2 MSF4J Feature · This feature contains the core bundles required by the MSF4J feature

<dependency>
    <groupId>org.wso2.msf4j</groupId>
    <artifactId>org.wso2.msf4j.feature</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.msf4j : org.wso2.msf4j.feature 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 : org.wso2.msf4j.feature to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.wso2.msf4j.feature-2.8.11

    Feb 03, 2023
  • org.wso2.msf4j.feature-2.8.10

    Jan 30, 2023
  • org.wso2.msf4j.feature-2.8.8

    Jan 26, 2023
  • org.wso2.msf4j.feature-2.8.7

    Nov 01, 2022
  • org.wso2.msf4j.feature-2.8.6

    Sep 19, 2022
  • org.wso2.msf4j.feature-2.8.4

    Feb 18, 2022
  • org.wso2.msf4j.feature-2.8.3

    May 03, 2021
  • org.wso2.msf4j.feature-2.8.2

    Apr 30, 2021
  • org.wso2.msf4j.feature-2.7.8

    Apr 02, 2021
  • org.wso2.msf4j.feature-2.7.7

    Mar 02, 2020
  • org.wso2.msf4j.feature-2.7.0

    Mar 11, 2019
  • org.wso2.msf4j.feature-2.6.4

    Sep 04, 2018
  • org.wso2.msf4j.feature-2.6.3

    Aug 27, 2018
  • org.wso2.msf4j.feature-2.6.2

    May 09, 2018
  • org.wso2.msf4j.feature-2.6.1

    Apr 26, 2018
  • org.wso2.msf4j.feature-2.6.0

    Apr 11, 2018
  • org.wso2.msf4j.feature-2.5.2

    Dec 21, 2017
  • org.wso2.msf4j.feature-2.5.1

    Dec 18, 2017
  • org.wso2.msf4j.feature-2.5.0

    Dec 15, 2017
  • org.wso2.msf4j.feature-2.5.0-beta2

    Dec 15, 2017
  • org.wso2.msf4j.feature-2.5.0-beta

    Dec 08, 2017
  • org.wso2.msf4j.feature-2.4.3

    Dec 06, 2017
  • org.wso2.msf4j.feature-2.4.2

    Oct 27, 2017
  • org.wso2.msf4j.feature-2.4.1

    Oct 04, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.msf4j</groupId>
    <artifactId>org.wso2.msf4j.feature</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.msf4j : org.wso2.msf4j.feature gradle dependency to your build.gradle file:

implementation 'org.wso2.msf4j:org.wso2.msf4j.feature:2.8.11'

Gradle Kotlin DSL: Add the following org.wso2.msf4j : org.wso2.msf4j.feature gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.msf4j:org.wso2.msf4j.feature:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.msf4j : org.wso2.msf4j.feature sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.msf4j" % "org.wso2.msf4j.feature" % "2.8.11"