Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.mobicents.servlet.sip.containers |
ArtifactId | ArtifactIdsip-servlets-tomcat-8 |
Version | Version4.0.121 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8/ -->
<dependency>
<groupId>org.mobicents.servlet.sip.containers</groupId>
<artifactId>sip-servlets-tomcat-8</artifactId>
<version>4.0.121</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8/
implementation 'org.mobicents.servlet.sip.containers:sip-servlets-tomcat-8:4.0.121'
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8/
implementation ("org.mobicents.servlet.sip.containers:sip-servlets-tomcat-8:4.0.121")
'org.mobicents.servlet.sip.containers:sip-servlets-tomcat-8:jar:4.0.121'
<dependency org="org.mobicents.servlet.sip.containers" name="sip-servlets-tomcat-8" rev="4.0.121">
<artifact name="sip-servlets-tomcat-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.servlet.sip.containers', module='sip-servlets-tomcat-8', version='4.0.121')
)
libraryDependencies += "org.mobicents.servlet.sip.containers" % "sip-servlets-tomcat-8" % "4.0.121"
[org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8 "4.0.121"]