You can download molgenis-test-5.1.0.jar in this page.
Open Source
molgenis-test-5.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.molgenis/molgenis-test/pom.properties META-INF/maven/org.molgenis/molgenis-test/pom.xml org.molgenis.test.AbstractMockitoTest.class org.molgenis.test.AbstractMockitoTestNGSpringContextTests.class
molgenis-test-5.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>molgenis</artifactId> <groupId>org.molgenis</groupId> <version>5.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>molgenis-test</artifactId> <name>test</name> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <!-- Remove exclusions when https://issues.apache.org/jira/browse/MNG-5600 has been resolved --> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <!-- Remove exclusions when https://issues.apache.org/jira/browse/MNG-5600 has been resolved --> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.molgenis</groupId> <artifactId>molgenis-test</artifactId> <version>5.1.0</version> </dependency>
If you think the following molgenis-test-5.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download molgenis-test-5.1.0.jar file