Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.mobicents.servlet.sip.containers |
ArtifactId | ArtifactIdsip-servlets-tomcat-8 |
Version | Version3.1.616 |
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>3.1.616</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:3.1.616'
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8/
implementation ("org.mobicents.servlet.sip.containers:sip-servlets-tomcat-8:3.1.616")
'org.mobicents.servlet.sip.containers:sip-servlets-tomcat-8:jar:3.1.616'
<dependency org="org.mobicents.servlet.sip.containers" name="sip-servlets-tomcat-8" rev="3.1.616">
<artifact name="sip-servlets-tomcat-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.servlet.sip.containers', module='sip-servlets-tomcat-8', version='3.1.616')
)
libraryDependencies += "org.mobicents.servlet.sip.containers" % "sip-servlets-tomcat-8" % "3.1.616"
[org.mobicents.servlet.sip.containers/sip-servlets-tomcat-8 "3.1.616"]