Download sticky-testutils-2.2.jar file

Introduction

You can download sticky-testutils-2.2.jar in this page.

License

Open Source License

Type List

sticky-testutils-2.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.stickycode/sticky-testutils/dependency.list
META-INF/maven/net.stickycode/sticky-testutils/dependency.tree
META-INF/maven/net.stickycode/sticky-testutils/pom.properties
META-INF/maven/net.stickycode/sticky-testutils/pom.xml

Pom

sticky-testutils-2.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-parent-api8</artifactId>
		<version>1.2</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode</groupId>
	<artifactId>sticky-testutils</artifactId>
	<version>2.2</version>
	<packaging>jar</packaging>

	<name>sticky-testutils-2</name>
	<description>The standard StickyCode test libraries and tools</description>

	<inceptionYear>2010</inceptionYear>
	<url>http://www.StickyCode.net/sticky-testutils/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-testutils-2.2</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-testutils-2.2</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-testutils-2.2</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-unittest</artifactId>
			<version>[3.4,4)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-logging-deploy</artifactId>
			<version>[3.1,4)</version>
		</dependency>
	</dependencies>


</project>

POM Entry

<dependency>
   <groupId>net.stickycode</groupId>
   <artifactId>sticky-testutils</artifactId>
   <version>2.2</version>
</dependency>

Download

If you think the following sticky-testutils-2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download sticky-testutils-2.2.jar file




PreviousNext

Related