Maven Repository - POM file for Library jtransforms 2.4.0 2.4.0

Summary

JTransforms.

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Benchmark results show better performance than FFTW..

Declaration

Here is the list of declaration for jtransforms. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.sourceforge.jtransforms</groupId>
   <artifactId>jtransforms</artifactId>
   <version>2.4.0</version>
</dependency>

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





License

Name:MPL
URL: http://www.mozilla.org/MPL/2.0/index.txtName:LGPL
URL: http://www.gnu.org/licenses/lgpl-2.1.txtName:GPL
URL: http://www.gnu.org/licenses/gpl-2.0.txt.

Depends on

The jtransforms-2.4.0 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 4.8.2
JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.
919

Packages

The following packages are defined in the jtransforms-2.4.0.jar

edu.emory.mathcs.jtransforms.dct
edu.emory.mathcs.jtransforms.dht
edu.emory.mathcs.jtransforms.dst
edu.emory.mathcs.jtransforms.fft
edu.emory.mathcs.utils

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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sourceforge.jtransforms</groupId>
  <artifactId>jtransforms</artifactId>
  <version>2.4.0</version>
  <name>JTransforms</name>
  <description>JTransforms is the first, open source, multithreaded FFT library written in pure Java. Benchmark results show better performance than FFTW.</description>
  <url>http://sourceforge.net/projects/jtransforms/</url>

  <licenses>
    <license>
      <name>MPL</name>
      <url>http://www.mozilla.org/MPL/2.0/index.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>LGPL</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>GPL</name>
      <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:https://jtransforms.svn.sourceforge.net/svnroot/jtransforms/trunk/</connection>
    <developerConnection>scm:svn:https://jtransforms.svn.sourceforge.net/svnroot/jtransforms/trunk/</developerConnection>
    <url>https://jtransforms.svn.sourceforge.net/svnroot/jtransforms/trunk/</url>
  </scm>

  

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
    </dependency>
  </dependencies>
</project>