is not current version
Last Version 1.0.5

com.sipgate:sipgate-types 1.0.2

Provides a set of general, framework agnostic, strongly typed entities that represent common "things" describing the sipgate domain.

GroupId

GroupId

com.sipgate
ArtifactId

ArtifactId

sipgate-types
Version

Version

1.0.2
Type

Type

jar

Download sipgate-types 1.0.2


<!-- 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"]