Download pop3-1.4.4.jar file - Jar p

Jar examples for p:pop3

Description

You can download jar file pop3 1.4.4 in this page.

License

Open Source License

Build File

You can use the following script to add pop3-1.4.4.jar to your project.

<dependency>
   <groupId>com.sun.mail</groupId>
   <artifactId>pop3</artifactId>
   <version>1.4.4</version>
</dependency>
compile group: 'com.sun.mail', name: 'pop3', version: '1.4.4'
libraryDependencies += "com.sun.mail" % "pop3" % "1.4.4"
<dependency org="com.sun.mail" name="pop3" rev="1.4.4"/>
@Grapes(@Grab(group='com.sun.mail', module='pop3', version='1.4.4'))
'com.sun.mail:pop3:jar:1.4.4'

Download

Click the following link to download the jar file.

pop3-1.4.4.jar
pop3-1.4.4.pom
pop3-1.4.4-sources.jar



Related Tutorials