is not current version
Last Version 1.0.5

com.sipgate:sipgate-types 1.0.0

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

Type

jar

Download sipgate-types 1.0.0


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