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