GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdhttp-servlet-common |
Version | Version2.9.129 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-common/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-servlet-common</artifactId>
<version>2.9.129</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-common/
implementation 'org.mobicents.resources:http-servlet-common:2.9.129'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-servlet-common/
implementation ("org.mobicents.resources:http-servlet-common:2.9.129")
'org.mobicents.resources:http-servlet-common:jar:2.9.129'
<dependency org="org.mobicents.resources" name="http-servlet-common" rev="2.9.129">
<artifact name="http-servlet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-servlet-common', version='2.9.129')
)
libraryDependencies += "org.mobicents.resources" % "http-servlet-common" % "2.9.129"
[org.mobicents.resources/http-servlet-common "2.9.129"]