| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.daioware.mail | 
    
| ArtifactId | ArtifactIdclient | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| client-1.0.0-RELEASE.pom | |
| client-1.0.0-RELEASE.jar | 16 KB | 
| client-1.0.0-RELEASE-sources.jar | 7 KB | 
| client-1.0.0-RELEASE-javadoc.jar | 61 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.daioware.mail/client/ -->
<dependency>
    <groupId>com.daioware.mail</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation 'com.daioware.mail:client:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation ("com.daioware.mail:client:1.0.0-RELEASE")
                'com.daioware.mail:client:jar:1.0.0-RELEASE'
                <dependency org="com.daioware.mail" name="client" rev="1.0.0-RELEASE">
  <artifact name="client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.daioware.mail', module='client', version='1.0.0-RELEASE')
)
                libraryDependencies += "com.daioware.mail" % "client" % "1.0.0-RELEASE"
                [com.daioware.mail/client "1.0.0-RELEASE"]