is not current version
Last Version 8.1.1

com.cedarsoft.business:contact 1.0.2


GroupId

GroupId

com.cedarsoft.business
ArtifactId

ArtifactId

contact
Version

Version

1.0.2
Type

Type

jar

Download contact 1.0.2


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