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