| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdorg.mobicents.servlet.sip.containers |
| ArtifactId | ArtifactIdsip-servlets-tomcat-7 |
| Version | Version4.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sip-servlets-tomcat-7-4.0.7.pom | |
| sip-servlets-tomcat-7-4.0.7.jar | 75 KB |
| sip-servlets-tomcat-7-4.0.7-sources.jar | 52 KB |
| sip-servlets-tomcat-7-4.0.7-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-7/ -->
<dependency>
<groupId>org.mobicents.servlet.sip.containers</groupId>
<artifactId>sip-servlets-tomcat-7</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-7/
implementation 'org.mobicents.servlet.sip.containers:sip-servlets-tomcat-7:4.0.7'
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip.containers/sip-servlets-tomcat-7/
implementation ("org.mobicents.servlet.sip.containers:sip-servlets-tomcat-7:4.0.7")
'org.mobicents.servlet.sip.containers:sip-servlets-tomcat-7:jar:4.0.7'
<dependency org="org.mobicents.servlet.sip.containers" name="sip-servlets-tomcat-7" rev="4.0.7">
<artifact name="sip-servlets-tomcat-7" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.servlet.sip.containers', module='sip-servlets-tomcat-7', version='4.0.7')
)
libraryDependencies += "org.mobicents.servlet.sip.containers" % "sip-servlets-tomcat-7" % "4.0.7"
[org.mobicents.servlet.sip.containers/sip-servlets-tomcat-7 "4.0.7"]