| GroupId | GroupIdcom.sipgate |
|---|---|
| ArtifactId | ArtifactIdsipgate-types |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sipgate-types-1.0.3.pom | |
| sipgate-types-1.0.3.jar | 89 KB |
| sipgate-types-1.0.3-sources.jar | 62 KB |
| sipgate-types-1.0.3-javadoc.jar | 233 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sipgate/sipgate-types/ -->
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sipgate-types</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sipgate/sipgate-types/
implementation 'com.sipgate:sipgate-types:1.0.3'
// https://jarcasting.com/artifacts/com.sipgate/sipgate-types/
implementation ("com.sipgate:sipgate-types:1.0.3")
'com.sipgate:sipgate-types:jar:1.0.3'
<dependency org="com.sipgate" name="sipgate-types" rev="1.0.3">
<artifact name="sipgate-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sipgate', module='sipgate-types', version='1.0.3')
)
libraryDependencies += "com.sipgate" % "sipgate-types" % "1.0.3"
[com.sipgate/sipgate-types "1.0.3"]