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