GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdhttp-servlet-war |
Version | Version2.8.95 |
Type | Typewar |
Filename | Size |
---|---|
http-servlet-war-2.8.95.pom | |
http-servlet-war-2.8.95.war | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-war/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-servlet-war</artifactId>
<version>2.8.95</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-war/
implementation 'org.mobicents.resources:http-servlet-war:2.8.95'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-war/
implementation ("org.mobicents.resources:http-servlet-war:2.8.95")
'org.mobicents.resources:http-servlet-war:war:2.8.95'
<dependency org="org.mobicents.resources" name="http-servlet-war" rev="2.8.95">
<artifact name="http-servlet-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-servlet-war', version='2.8.95')
)
libraryDependencies += "org.mobicents.resources" % "http-servlet-war" % "2.8.95"
[org.mobicents.resources/http-servlet-war "2.8.95"]