is not current version
Last Version 1.1.2

org.voeetech:async-imap-client 1.1.1

An asynchronous IMAP client for Java that uses Netty (http://netty.io/) for networking.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.voeetech
ArtifactId

ArtifactId

async-imap-client
Version

Version

1.1.1
Type

Type

jar

Download async-imap-client 1.1.1


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