Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.voeetech |
ArtifactId | ArtifactIdasync-imap-client |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
async-imap-client-1.0.4.pom | |
async-imap-client-1.0.4.jar | 145 KB |
async-imap-client-1.0.4-sources.jar | 108 KB |
async-imap-client-1.0.4-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.voeetech/async-imap-client/ -->
<dependency>
<groupId>org.voeetech</groupId>
<artifactId>async-imap-client</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.voeetech/async-imap-client/
implementation 'org.voeetech:async-imap-client:1.0.4'
// https://jarcasting.com/artifacts/org.voeetech/async-imap-client/
implementation ("org.voeetech:async-imap-client:1.0.4")
'org.voeetech:async-imap-client:jar:1.0.4'
<dependency org="org.voeetech" name="async-imap-client" rev="1.0.4">
<artifact name="async-imap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.voeetech', module='async-imap-client', version='1.0.4')
)
libraryDependencies += "org.voeetech" % "async-imap-client" % "1.0.4"
[org.voeetech/async-imap-client "1.0.4"]