| License |
License |
|---|---|
| GroupId | GroupIdorg.wso2.carbon |
| ArtifactId | ArtifactIdsamples |
| Last Version | Last Version4.7.0-m11 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWSO2 Carbon - Samples
Carbon kernel sample
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| samples-4.7.0-m11.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/samples/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>samples</artifactId>
<version>4.7.0-m11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/samples/
implementation 'org.wso2.carbon:samples:4.7.0-m11'
// https://jarcasting.com/artifacts/org.wso2.carbon/samples/
implementation ("org.wso2.carbon:samples:4.7.0-m11")
'org.wso2.carbon:samples:pom:4.7.0-m11'
<dependency org="org.wso2.carbon" name="samples" rev="4.7.0-m11">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='samples', version='4.7.0-m11')
)
libraryDependencies += "org.wso2.carbon" % "samples" % "4.7.0-m11"
[org.wso2.carbon/samples "4.7.0-m11"]