is not current version
Last Version 2.0.5

org.mobicents.sipunit:sipunit 2.0.3

SipUnit provides a test environment geared toward unit testing SIP applications

GroupId

GroupId

org.mobicents.sipunit
ArtifactId

ArtifactId

sipunit
Version

Version

2.0.3
Type

Type

jar

Download sipunit 2.0.3


<!-- https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/ -->
<dependency>
    <groupId>org.mobicents.sipunit</groupId>
    <artifactId>sipunit</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/
implementation 'org.mobicents.sipunit:sipunit:2.0.3'
// https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/
implementation ("org.mobicents.sipunit:sipunit:2.0.3")
'org.mobicents.sipunit:sipunit:jar:2.0.3'
<dependency org="org.mobicents.sipunit" name="sipunit" rev="2.0.3">
  <artifact name="sipunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.sipunit', module='sipunit', version='2.0.3')
)
libraryDependencies += "org.mobicents.sipunit" % "sipunit" % "2.0.3"
[org.mobicents.sipunit/sipunit "2.0.3"]