Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.servlet.sip.testsuite.applications |
ArtifactId | ArtifactIdclick-to-call-servlet |
Version | Version1.7.0.FINAL |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.mobicents.servlet.sip.testsuite.applications/click-to-call-servlet/ -->
<dependency>
<groupId>org.mobicents.servlet.sip.testsuite.applications</groupId>
<artifactId>click-to-call-servlet</artifactId>
<version>1.7.0.FINAL</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.testsuite.applications/click-to-call-servlet/
implementation 'org.mobicents.servlet.sip.testsuite.applications:click-to-call-servlet:1.7.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.testsuite.applications/click-to-call-servlet/
implementation ("org.mobicents.servlet.sip.testsuite.applications:click-to-call-servlet:1.7.0.FINAL")
'org.mobicents.servlet.sip.testsuite.applications:click-to-call-servlet:war:1.7.0.FINAL'
<dependency org="org.mobicents.servlet.sip.testsuite.applications" name="click-to-call-servlet" rev="1.7.0.FINAL">
<artifact name="click-to-call-servlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.servlet.sip.testsuite.applications', module='click-to-call-servlet', version='1.7.0.FINAL')
)
libraryDependencies += "org.mobicents.servlet.sip.testsuite.applications" % "click-to-call-servlet" % "1.7.0.FINAL"
[org.mobicents.servlet.sip.testsuite.applications/click-to-call-servlet "1.7.0.FINAL"]