is not current version
Last Version 4.7.0-m11

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

The stadalone server code

GroupId

GroupId

org.wso2.carbon
ArtifactId

ArtifactId

org.wso2.carbon.server
Version

Version

4.6.1
Type

Type

jar

Download org.wso2.carbon.server 4.6.1


<!-- https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.server/ -->
<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.server</artifactId>
    <version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.server/
implementation 'org.wso2.carbon:org.wso2.carbon.server:4.6.1'
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.server/
implementation ("org.wso2.carbon:org.wso2.carbon.server:4.6.1")
'org.wso2.carbon:org.wso2.carbon.server:jar:4.6.1'
<dependency org="org.wso2.carbon" name="org.wso2.carbon.server" rev="4.6.1">
  <artifact name="org.wso2.carbon.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='org.wso2.carbon.server', version='4.6.1')
)
libraryDependencies += "org.wso2.carbon" % "org.wso2.carbon.server" % "4.6.1"
[org.wso2.carbon/org.wso2.carbon.server "4.6.1"]