GroupId | GroupIdorg.mobicents.sipunit |
---|---|
ArtifactId | ArtifactIdsipunit |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sipunit-2.0.2.pom | |
sipunit-2.0.2.zip | 8 MB |
sipunit-2.0.2-test-sources.jar | 86 KB |
sipunit-2.0.2-sources.jar | 216 KB |
sipunit-2.0.2-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/ -->
<dependency>
<groupId>org.mobicents.sipunit</groupId>
<artifactId>sipunit</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/
implementation 'org.mobicents.sipunit:sipunit:2.0.2'
// https://jarcasting.com/artifacts/org.mobicents.sipunit/sipunit/
implementation ("org.mobicents.sipunit:sipunit:2.0.2")
'org.mobicents.sipunit:sipunit:jar:2.0.2'
<dependency org="org.mobicents.sipunit" name="sipunit" rev="2.0.2">
<artifact name="sipunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.sipunit', module='sipunit', version='2.0.2')
)
libraryDependencies += "org.mobicents.sipunit" % "sipunit" % "2.0.2"
[org.mobicents.sipunit/sipunit "2.0.2"]