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