Utilities Module.
The utilities module contains some utility classes that show some of the uses of the API. They give some examples about how to use the API..
Here is the list of declaration for gnu-hylafax-utils. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax-utils</artifactId> <version>1.0.3</version> </dependency>
If you think this Maven repository POM file listing for gnu-hylafax-utils is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
The gnu-hylafax-utils-1.0.3 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Console | commons-cli 1.0 Commons CLI provides a simple API for working with the command line arguments and options. | 131 |
Network | mail 1.4 The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. | 461 |
The following packages are defined in the gnu-hylafax-utils-1.0.3.jar
gnu.hylafax.job gnu.hylafax.util
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax-utils</artifactId> <packaging>jar</packaging> <version>1.0.3</version> <name>Utilities Module</name> <url>http://gnu-hylafax.sourceforge.net/gnu-hylafax-utils</url> <description> The utilities module contains some utility classes that show some of the uses of the API. They give some examples about how to use the API. </description> <parent> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax</artifactId> <version>1.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-utils</url> <connection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-utils</connection> <developerConnection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-utils</developerConnection> </scm> <dependencies> <dependency> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax-core</artifactId> <version>${project.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>urbanophile</groupId> <artifactId>java-getopt</artifactId> <version>1.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> <scope>compile</scope> </dependency> </dependencies> </project>