GroupId | GroupIdorg.wso2.carbon |
---|---|
ArtifactId | ArtifactIdwso2carbon-core |
Version | Version4.4.34 |
Type | Typepom |
Filename | Size |
---|---|
wso2carbon-core-4.4.34.pom | |
wso2carbon-core-4.4.34.zip | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>wso2carbon-core</artifactId>
<version>4.4.34</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation 'org.wso2.carbon:wso2carbon-core:4.4.34'
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation ("org.wso2.carbon:wso2carbon-core:4.4.34")
'org.wso2.carbon:wso2carbon-core:pom:4.4.34'
<dependency org="org.wso2.carbon" name="wso2carbon-core" rev="4.4.34">
<artifact name="wso2carbon-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='wso2carbon-core', version='4.4.34')
)
libraryDependencies += "org.wso2.carbon" % "wso2carbon-core" % "4.4.34"
[org.wso2.carbon/wso2carbon-core "4.4.34"]