MVN

org.wso2.carbon : org.wso2.carbon.server

Maven & Gradle

Mar 13, 2023
23 usages
15 stars

WSO2 Carbon - Standalone Server · The stadalone server code

<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.server</artifactId>
    <version>4.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon : org.wso2.carbon.server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.3
  • Latest Beta: 4.8.0-beta
  • Latest Alpha: 4.9.0-alpha

All Versions

Choose a version of org.wso2.carbon : org.wso2.carbon.server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
org.wso2.carbon.server-4.9.3
org.wso2.carbon.server-4.9.1
org.wso2.carbon.server-4.9.1-m1
org.wso2.carbon.server-4.9.0
org.wso2.carbon.server-4.9.0-beta
org.wso2.carbon.server-4.9.0-alpha
org.wso2.carbon.server-4.9.0-m3
org.wso2.carbon.server-4.9.0-m2
org.wso2.carbon.server-4.9.0-m1
4.8.x
org.wso2.carbon.server-4.8.1
org.wso2.carbon.server-4.8.0-beta
org.wso2.carbon.server-4.8.0-m2
org.wso2.carbon.server-4.8.0-m1
4.7.x
org.wso2.carbon.server-4.7.1
org.wso2.carbon.server-4.7.0
org.wso2.carbon.server-4.7.0-beta10
org.wso2.carbon.server-4.7.0-beta9
org.wso2.carbon.server-4.7.0-m11
org.wso2.carbon.server-4.7.0-m10
org.wso2.carbon.server-4.7.0-m9
org.wso2.carbon.server-4.7.0-m8
org.wso2.carbon.server-4.7.0-m7
org.wso2.carbon.server-4.7.0-m6
org.wso2.carbon.server-4.7.0-m5
org.wso2.carbon.server-4.7.0-m4
org.wso2.carbon.server-4.7.0-m3
org.wso2.carbon.server-4.7.0-m2
org.wso2.carbon.server-4.7.0-m1
4.6.x
org.wso2.carbon.server-4.6.3-beta
org.wso2.carbon.server-4.6.3-alpha
org.wso2.carbon.server-4.6.3-m8
org.wso2.carbon.server-4.6.3-m7
org.wso2.carbon.server-4.6.3-m6
org.wso2.carbon.server-4.6.3-m5
org.wso2.carbon.server-4.6.3-m4
org.wso2.carbon.server-4.6.3-m3
org.wso2.carbon.server-4.6.3-m2
org.wso2.carbon.server-4.6.3-m1
org.wso2.carbon.server-4.6.2
org.wso2.carbon.server-4.6.2-m9
org.wso2.carbon.server-4.6.2-m8
org.wso2.carbon.server-4.6.2-m7
org.wso2.carbon.server-4.6.2-m6
org.wso2.carbon.server-4.6.2-m5
org.wso2.carbon.server-4.6.2-m4
org.wso2.carbon.server-4.6.2-m3
org.wso2.carbon.server-4.6.2-m2
org.wso2.carbon.server-4.6.2-m1
org.wso2.carbon.server-4.6.1
org.wso2.carbon.server-4.6.1-beta2
org.wso2.carbon.server-4.6.1-beta
org.wso2.carbon.server-4.6.1-alpha3
org.wso2.carbon.server-4.6.1-alpha2
org.wso2.carbon.server-4.6.1-alpha
org.wso2.carbon.server-4.6.1-m8
org.wso2.carbon.server-4.6.1-m7
org.wso2.carbon.server-4.6.1-m6
org.wso2.carbon.server-4.6.1-m5
org.wso2.carbon.server-4.6.1-m4
org.wso2.carbon.server-4.6.1-m3
org.wso2.carbon.server-4.6.1-m2
org.wso2.carbon.server-4.6.1-m1
org.wso2.carbon.server-4.6.0
org.wso2.carbon.server-4.6.0-beta2
org.wso2.carbon.server-4.6.0-alpha2
org.wso2.carbon.server-4.6.0-alpha
4.5.x
org.wso2.carbon.server-4.5.1
4.4.x
org.wso2.carbon.server-4.4.37
org.wso2.carbon.server-4.4.36
org.wso2.carbon.server-4.4.35
org.wso2.carbon.server-4.4.34
org.wso2.carbon.server-4.4.33
org.wso2.carbon.server-4.4.32
org.wso2.carbon.server-4.4.31
org.wso2.carbon.server-4.4.30
org.wso2.carbon.server-4.4.29
org.wso2.carbon.server-4.4.28
org.wso2.carbon.server-4.4.27
org.wso2.carbon.server-4.4.26
org.wso2.carbon.server-4.4.25
org.wso2.carbon.server-4.4.24
org.wso2.carbon.server-4.4.23
org.wso2.carbon.server-4.4.22
org.wso2.carbon.server-4.4.21
org.wso2.carbon.server-4.4.20
org.wso2.carbon.server-4.4.19

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.server</artifactId>
    <version>4.9.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wso2.carbon:org.wso2.carbon.server:4.9.3'

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

implementation("org.wso2.carbon:org.wso2.carbon.server:4.9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wso2.carbon" % "org.wso2.carbon.server" % "4.9.3"

Advertisement

Dependencies from Group

Mar 13, 2023
888 usages
15 stars
Mar 08, 2019
710 usages
15 stars
Mar 13, 2023
639 usages
15 stars
Mar 13, 2023
403 usages
15 stars
Mar 13, 2023
341 usages
15 stars

Discover Dependencies

Feb 21, 2019
10 usages
5 stars
Jun 20, 2020
6 usages
38 stars
Aug 03, 2018
11 usages
159 stars
Mar 17, 2021
2 usages
21 stars
Nov 11, 2014
10 usages
1 stars
Dec 13, 2005
2 usages
Dec 13, 2005
2 usages
Dec 13, 2005
2 usages
Dec 13, 2005
2 usages