Maven Repository - POM file for Development gnu-hylafax-core 1.0.3 1.0.3

Summary

Core Module.

The core module contains everything necessary to interface with HylaFAX server..

Declaration

Here is the list of declaration for gnu-hylafax-core. 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-core</artifactId>
   <version>1.0.3</version>
</dependency>

If you think this Maven repository POM file listing for gnu-hylafax-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.





Packages

The following packages are defined in the gnu-hylafax-core-1.0.3.jar

gnu.hylafax
gnu.hylafax.job

POM File Source

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-core</artifactId>
  <packaging>jar</packaging>
  <version>1.0.3</version>
  <name>Core Module</name>
  <url>http://gnu-hylafax.sourceforge.net/gnu-hylafax-core</url>
  <description>The core module contains everything necessary to interface with HylaFAX server.</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-core</url>
    <connection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-core</connection>
    <developerConnection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-core</developerConnection>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sf.gnu-hylafax</groupId>
      <artifactId>gnu-hylafax-inet-ftp</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>