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