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