| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.krdev.popclient |
| ArtifactId | ArtifactIdpopclient |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpop3sclient
Asynchronous POP client.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| popclient-0.0.1.pom | |
| popclient-0.0.1.jar | 24 KB |
| popclient-0.0.1-sources.jar | 12 KB |
| popclient-0.0.1-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.krdev.popclient/popclient/ -->
<dependency>
<groupId>com.github.krdev.popclient</groupId>
<artifactId>popclient</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krdev.popclient/popclient/
implementation 'com.github.krdev.popclient:popclient:0.0.1'
// https://jarcasting.com/artifacts/com.github.krdev.popclient/popclient/
implementation ("com.github.krdev.popclient:popclient:0.0.1")
'com.github.krdev.popclient:popclient:jar:0.0.1'
<dependency org="com.github.krdev.popclient" name="popclient" rev="0.0.1">
<artifact name="popclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krdev.popclient', module='popclient', version='0.0.1')
)
libraryDependencies += "com.github.krdev.popclient" % "popclient" % "0.0.1"
[com.github.krdev.popclient/popclient "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.21 |
| org.slf4j : jul-to-slf4j | jar | 1.7.21 |
| io.netty : netty-handler | jar | 4.1.4.Final |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| com.github.lafa.logfast : logfast.core | jar | 1.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.mockito : mockito-core | jar | 1.10.19 |