is not current version
Last Version 1.0.2

com.sipgate:sip-test 1.0.1

Simple softphone for sip testing purposes.

GroupId

GroupId

com.sipgate
ArtifactId

ArtifactId

sip-test
Version

Version

1.0.1
Type

Type

jar

Download sip-test 1.0.1


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