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