GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdsip11-library |
Version | Version2.8.44 |
Type | Typejar |
Filename | Size |
---|---|
sip11-library-2.8.44.pom | |
sip11-library-2.8.44.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/sip11-library/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>sip11-library</artifactId>
<version>2.8.44</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/sip11-library/
implementation 'org.mobicents.resources:sip11-library:2.8.44'
// https://jarcasting.com/artifacts/org.mobicents.resources/sip11-library/
implementation ("org.mobicents.resources:sip11-library:2.8.44")
'org.mobicents.resources:sip11-library:jar:2.8.44'
<dependency org="org.mobicents.resources" name="sip11-library" rev="2.8.44">
<artifact name="sip11-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='sip11-library', version='2.8.44')
)
libraryDependencies += "org.mobicents.resources" % "sip11-library" % "2.8.44"
[org.mobicents.resources/sip11-library "2.8.44"]