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