is not current version
Last Version 1.0.5

com.sipgate:sipgate-types 1.0.1

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.1
Type

Type

jar

Download sipgate-types 1.0.1


<!-- https://jarcasting.com/artifacts/com.sipgate/sipgate-types/ -->
<dependency>
    <groupId>com.sipgate</groupId>
    <artifactId>sipgate-types</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sipgate/sipgate-types/
implementation 'com.sipgate:sipgate-types:1.0.1'
// https://jarcasting.com/artifacts/com.sipgate/sipgate-types/
implementation ("com.sipgate:sipgate-types:1.0.1")
'com.sipgate:sipgate-types:jar:1.0.1'
<dependency org="com.sipgate" name="sipgate-types" rev="1.0.1">
  <artifact name="sipgate-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sipgate', module='sipgate-types', version='1.0.1')
)
libraryDependencies += "com.sipgate" % "sipgate-types" % "1.0.1"
[com.sipgate/sipgate-types "1.0.1"]