Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.wso2.carbon |
ArtifactId | ArtifactIdorg.wso2.carbon.container |
Version | Version5.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.container/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.container</artifactId>
<version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.container/
implementation 'org.wso2.carbon:org.wso2.carbon.container:5.2.3'
// https://jarcasting.com/artifacts/org.wso2.carbon/org.wso2.carbon.container/
implementation ("org.wso2.carbon:org.wso2.carbon.container:5.2.3")
'org.wso2.carbon:org.wso2.carbon.container:jar:5.2.3'
<dependency org="org.wso2.carbon" name="org.wso2.carbon.container" rev="5.2.3">
<artifact name="org.wso2.carbon.container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='org.wso2.carbon.container', version='5.2.3')
)
libraryDependencies += "org.wso2.carbon" % "org.wso2.carbon.container" % "5.2.3"
[org.wso2.carbon/org.wso2.carbon.container "5.2.3"]