MVN

org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core

Maven & Gradle

Mar 17, 2023
6 usages
3 stars

WSO2 Carbon - Identity Application RemoteFetch Core Bundle

<dependency>
    <groupId>org.wso2.carbon.identity.fetch.remote</groupId>
    <artifactId>org.wso2.carbon.identity.remotefetch.core</artifactId>
    <version>0.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.4

All Versions

Choose a version of org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
org.wso2.carbon.identity.remotefetch.core-0.8.4
org.wso2.carbon.identity.remotefetch.core-0.8.3
org.wso2.carbon.identity.remotefetch.core-0.8.1
org.wso2.carbon.identity.remotefetch.core-0.8.0
0.7.x
org.wso2.carbon.identity.remotefetch.core-0.7.27
org.wso2.carbon.identity.remotefetch.core-0.7.26
org.wso2.carbon.identity.remotefetch.core-0.7.25
org.wso2.carbon.identity.remotefetch.core-0.7.24
org.wso2.carbon.identity.remotefetch.core-0.7.23
org.wso2.carbon.identity.remotefetch.core-0.7.22
org.wso2.carbon.identity.remotefetch.core-0.7.21
org.wso2.carbon.identity.remotefetch.core-0.7.20
org.wso2.carbon.identity.remotefetch.core-0.7.19
org.wso2.carbon.identity.remotefetch.core-0.7.18
org.wso2.carbon.identity.remotefetch.core-0.7.17
org.wso2.carbon.identity.remotefetch.core-0.7.16
org.wso2.carbon.identity.remotefetch.core-0.7.15
org.wso2.carbon.identity.remotefetch.core-0.7.14
org.wso2.carbon.identity.remotefetch.core-0.7.13
org.wso2.carbon.identity.remotefetch.core-0.7.12
org.wso2.carbon.identity.remotefetch.core-0.7.11
org.wso2.carbon.identity.remotefetch.core-0.7.10
org.wso2.carbon.identity.remotefetch.core-0.7.9
org.wso2.carbon.identity.remotefetch.core-0.7.8
org.wso2.carbon.identity.remotefetch.core-0.7.7
org.wso2.carbon.identity.remotefetch.core-0.7.6
org.wso2.carbon.identity.remotefetch.core-0.7.5
org.wso2.carbon.identity.remotefetch.core-0.7.4
org.wso2.carbon.identity.remotefetch.core-0.7.3
org.wso2.carbon.identity.remotefetch.core-0.7.2
org.wso2.carbon.identity.remotefetch.core-0.7.1
org.wso2.carbon.identity.remotefetch.core-0.7.0

How to add a dependency to Maven

Add the following org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.identity.fetch.remote</groupId>
    <artifactId>org.wso2.carbon.identity.remotefetch.core</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.identity.fetch.remote:org.wso2.carbon.identity.remotefetch.core:0.8.4'

Gradle Kotlin DSL: Add the following org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.identity.fetch.remote:org.wso2.carbon.identity.remotefetch.core:0.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.identity.fetch.remote : org.wso2.carbon.identity.remotefetch.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.identity.fetch.remote" % "org.wso2.carbon.identity.remotefetch.core" % "0.8.4"

Advertisement