GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdhostobjects-features |
Version | Version4.3.3 |
Type | Typepom |
Filename | Size |
---|---|
hostobjects-features-4.3.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/hostobjects-features/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>hostobjects-features</artifactId>
<version>4.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/hostobjects-features/
implementation 'org.wso2.carbon.commons:hostobjects-features:4.3.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/hostobjects-features/
implementation ("org.wso2.carbon.commons:hostobjects-features:4.3.3")
'org.wso2.carbon.commons:hostobjects-features:pom:4.3.3'
<dependency org="org.wso2.carbon.commons" name="hostobjects-features" rev="4.3.3">
<artifact name="hostobjects-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='hostobjects-features', version='4.3.3')
)
libraryDependencies += "org.wso2.carbon.commons" % "hostobjects-features" % "4.3.3"
[org.wso2.carbon.commons/hostobjects-features "4.3.3"]