| GroupId | GroupIdcom.sipgate |
|---|---|
| ArtifactId | ArtifactIdsip-test |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sip-test-1.0.1.pom | |
| sip-test-1.0.1.jar | 268 KB |
| sip-test-1.0.1-sources.jar | 204 KB |
| sip-test-1.0.1-javadoc.jar | 903 KB |
| Browse |
<!-- 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"]