GroupId | GroupIdorg.wso2.carbon |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.server |
Version | Version4.4.27 |
Type | Typejar |
<!-- 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.4.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.server/
implementation 'org.wso2.carbon:org.wso2.carbon.server:4.4.27'
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.server/
implementation ("org.wso2.carbon:org.wso2.carbon.server:4.4.27")
'org.wso2.carbon:org.wso2.carbon.server:jar:4.4.27'
<dependency org="org.wso2.carbon" name="org.wso2.carbon.server" rev="4.4.27">
<artifact name="org.wso2.carbon.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='org.wso2.carbon.server', version='4.4.27')
)
libraryDependencies += "org.wso2.carbon" % "org.wso2.carbon.server" % "4.4.27"
[org.wso2.carbon/org.wso2.carbon.server "4.4.27"]