GroupId | GroupIdorg.wso2.is |
---|---|
ArtifactId | ArtifactIdcallhome |
Version | Version5.11.0-beta3 |
Type | Typepom |
Filename | Size |
---|---|
callhome-5.11.0-beta3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.is/callhome/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>callhome</artifactId>
<version>5.11.0-beta3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/callhome/
implementation 'org.wso2.is:callhome:5.11.0-beta3'
// https://jarcasting.com/artifacts/org.wso2.is/callhome/
implementation ("org.wso2.is:callhome:5.11.0-beta3")
'org.wso2.is:callhome:pom:5.11.0-beta3'
<dependency org="org.wso2.is" name="callhome" rev="5.11.0-beta3">
<artifact name="callhome" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='callhome', version='5.11.0-beta3')
)
libraryDependencies += "org.wso2.is" % "callhome" % "5.11.0-beta3"
[org.wso2.is/callhome "5.11.0-beta3"]