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