Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon |
ArtifactId | ArtifactIdcarbon-kernel-distribution |
Version | Version4.4.26 |
Type | Typepom |
Filename | Size |
---|---|
carbon-kernel-distribution-4.4.26.pom | 813 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-distribution/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-distribution</artifactId>
<version>4.4.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-distribution/
implementation 'org.wso2.carbon:carbon-kernel-distribution:4.4.26'
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-distribution/
implementation ("org.wso2.carbon:carbon-kernel-distribution:4.4.26")
'org.wso2.carbon:carbon-kernel-distribution:pom:4.4.26'
<dependency org="org.wso2.carbon" name="carbon-kernel-distribution" rev="4.4.26">
<artifact name="carbon-kernel-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='carbon-kernel-distribution', version='4.4.26')
)
libraryDependencies += "org.wso2.carbon" % "carbon-kernel-distribution" % "4.4.26"
[org.wso2.carbon/carbon-kernel-distribution "4.4.26"]