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