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