| GroupId | GroupIdorg.mobicents.commtesting | 
    
|---|---|
| ArtifactId | ArtifactIdmgcpUnit | 
    
| Version | Version1.0.0-ALPHA1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| mgcpUnit-1.0.0-ALPHA1.pom | |
| mgcpUnit-1.0.0-ALPHA1.jar | 9 KB | 
| mgcpUnit-1.0.0-ALPHA1-sources.jar | 5 KB | 
| mgcpUnit-1.0.0-ALPHA1-javadoc.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mobicents.commtesting/mgcpUnit/ -->
<dependency>
    <groupId>org.mobicents.commtesting</groupId>
    <artifactId>mgcpUnit</artifactId>
    <version>1.0.0-ALPHA1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mobicents.commtesting/mgcpUnit/
implementation 'org.mobicents.commtesting:mgcpUnit:1.0.0-ALPHA1'
                // https://jarcasting.com/artifacts/org.mobicents.commtesting/mgcpUnit/
implementation ("org.mobicents.commtesting:mgcpUnit:1.0.0-ALPHA1")
                'org.mobicents.commtesting:mgcpUnit:jar:1.0.0-ALPHA1'
                <dependency org="org.mobicents.commtesting" name="mgcpUnit" rev="1.0.0-ALPHA1">
  <artifact name="mgcpUnit" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mobicents.commtesting', module='mgcpUnit', version='1.0.0-ALPHA1')
)
                libraryDependencies += "org.mobicents.commtesting" % "mgcpUnit" % "1.0.0-ALPHA1"
                [org.mobicents.commtesting/mgcpUnit "1.0.0-ALPHA1"]