License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon |
ArtifactId | ArtifactIdorg.wso2.carbon.archetypes |
Version | Version5.2.14 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon Kernel - Archetypes
This is the parent for all the Carbon archetypes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.wso2.carbon.archetypes-5.2.14.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.archetypes/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.archetypes</artifactId>
<version>5.2.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.archetypes/
implementation 'org.wso2.carbon:org.wso2.carbon.archetypes:5.2.14'
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.archetypes/
implementation ("org.wso2.carbon:org.wso2.carbon.archetypes:5.2.14")
'org.wso2.carbon:org.wso2.carbon.archetypes:pom:5.2.14'
<dependency org="org.wso2.carbon" name="org.wso2.carbon.archetypes" rev="5.2.14">
<artifact name="org.wso2.carbon.archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='org.wso2.carbon.archetypes', version='5.2.14')
)
libraryDependencies += "org.wso2.carbon" % "org.wso2.carbon.archetypes" % "5.2.14"
[org.wso2.carbon/org.wso2.carbon.archetypes "5.2.14"]