Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon |
ArtifactId | ArtifactIdcarbon-kernel-distribution |
Version | Version4.4.10 |
Type | Typepom |
Filename | Size |
---|---|
carbon-kernel-distribution-4.4.10.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.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-distribution/
implementation 'org.wso2.carbon:carbon-kernel-distribution:4.4.10'
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-distribution/
implementation ("org.wso2.carbon:carbon-kernel-distribution:4.4.10")
'org.wso2.carbon:carbon-kernel-distribution:pom:4.4.10'
<dependency org="org.wso2.carbon" name="carbon-kernel-distribution" rev="4.4.10">
<artifact name="carbon-kernel-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='carbon-kernel-distribution', version='4.4.10')
)
libraryDependencies += "org.wso2.carbon" % "carbon-kernel-distribution" % "4.4.10"
[org.wso2.carbon/carbon-kernel-distribution "4.4.10"]