Maven Repository - POM file for Testing lenskit-test 2.1-M3 2.1-M3

Summary

LensKit Test Utils.

Testing utilities for LensKit..

Declaration

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

<dependency>
   <groupId>org.grouplens.lenskit</groupId>
   <artifactId>lenskit-test</artifactId>
   <version>2.1-M3</version>
</dependency>

If you think this Maven repository POM file listing for lenskit-test 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 version 2.1 or later
URL: https://www.gnu.org/licenses/lgpl-2.1.txt.





Depends on

The lenskit-test-2.1-M3 has 4 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.11
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
2031
Testinghamcrest-library 1.3
Hamcrest library of matcher implementations.
143
Logslf4j-api 1.7.6
The slf4j API
273
Testing Coding Styleannotations 2.0.1
Annotation supports the FindBugs tool
39

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.grouplens.lenskit</groupId>
  <artifactId>lenskit-test</artifactId>
  <version>2.1-M3</version>
  <name>LensKit Test Utils</name>
  <description>Testing utilities for LensKit.</description>
  <url>http://lenskit.grouplens.org</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License version 2.1 or later</name>
      <url>https://www.gnu.org/licenses/lgpl-2.1.txt</url>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:http://github.com/grouplens/lenskit.git</connection>
    <developerConnection>scm:git:git@github.com:grouplens/lenskit.git</developerConnection>
    <url>http://github.com/grouplens/lenskit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>