You can download tunit-0.0.0.jar in this page.
The Apache Software License, Version 2.0
tunit-0.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.teknek/tunit/pom.properties META-INF/maven/io.teknek/tunit/pom.xml io.teknek.tunit.CompareFunction.class io.teknek.tunit.Function1.class io.teknek.tunit.IsAble.class io.teknek.tunit.TUnit.class io.teknek.tunit.TUnitStubThatWaits.class
tunit-0.0.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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.teknek</groupId> <artifactId>tunit</artifactId> <name>nibiru</name> <version>0.0.0</version> <description>Time/Transition Unit testing extensions</description> <packaging>jar</packaging> <properties> </properties> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/edwardcapriolo/tunit</url> <connection>https://github.com/edwardcapriolo/tunit.git</connection> <developerConnection>scm:git:git@github.com:edwardcapriolo/tunit.git</developerConnection> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <!--<scope>provided</scope>--> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> <configuration> </configuration> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.5.1</version> <configuration> <projectNameTemplate>[artifactId]</projectNameTemplate> <wtpmanifest>true</wtpmanifest> <wtpapplicationxml>true</wtpapplicationxml> <wtpversion>1.5</wtpversion> <additionalBuildcommands> <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> <buildcommand>org.maven.ide.eclipse.maven2Builder</buildcommand> </additionalBuildcommands> <additionalProjectnatures> <projectnature>org.eclipse.jdt.core.javanature</projectnature> <projectnature>org.maven.ide.eclipse.maven2Nature</projectnature> </additionalProjectnatures> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <repositories> </repositories> <developers> <developer> <id>ecapriolo</id> <name>Edward Capriolo</name> <email>edlinuxguru@gmail.com</email> <url /> <organization /> <organizationUrl /> <roles> <role>developer</role> </roles> <timezone>-6</timezone> </developer> </developers> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>io.teknek</groupId> <artifactId>tunit</artifactId> <version>0.0.0</version> </dependency>
If you think the following tunit-0.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.