is not current version
Last Version 2.0.5

org.mobicents.sipunit:sipunit 2.0.4

SipUnit provides a test environment geared toward unit testing SIP applications

GroupId

GroupId

org.mobicents.sipunit
ArtifactId

ArtifactId

sipunit
Version

Version

2.0.4
Type

Type

jar

Download sipunit 2.0.4


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