You can download k3po.junit-2.0.0.jar in this page.
Open Source
k3po.junit-2.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.kaazing/k3po.control/pom.properties META-INF/maven/org.kaazing/k3po.control/pom.xml META-INF/maven/org.kaazing/k3po.junit/pom.properties META-INF/maven/org.kaazing/k3po.junit/pom.xml org.kaazing.k3po.junit.annotation.Specification.class org.kaazing.k3po.junit.rules.K3poRule.class org.kaazing.k3po.junit.rules.Latch.class org.kaazing.k3po.junit.rules.ScriptRunner.class org.kaazing.k3po.junit.rules.SpecificationException.class org.kaazing.k3po.junit.rules.SpecificationStatement.class org.kaazing.k3po.junit.rules.internal.ScriptPair.class org.kaazing.k3po.junit.shaded.control.Dummy.class org.kaazing.k3po.junit.shaded.control.internal.Control.class org.kaazing.k3po.junit.shaded.control.internal.command.AbortCommand.class org.kaazing.k3po.junit.shaded.control.internal.command.Command.class org.kaazing.k3po.junit.shaded.control.internal.command.PrepareCommand.class org.kaazing.k3po.junit.shaded.control.internal.command.StartCommand.class org.kaazing.k3po.junit.shaded.control.internal.event.CommandEvent.class org.kaazing.k3po.junit.shaded.control.internal.event.ErrorEvent.class org.kaazing.k3po.junit.shaded.control.internal.event.FinishedEvent.class org.kaazing.k3po.junit.shaded.control.internal.event.PreparedEvent.class org.kaazing.k3po.junit.shaded.control.internal.event.StartedEvent.class
k3po.junit-2.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"> <parent> <artifactId>k3po.parent</artifactId> <groupId>org.kaazing</groupId> <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>k3po.junit</artifactId> <name>k3po/junit</name> <description>K3PO junit</description> <url>https://github.com/kaazing/k3po</url> <scm> <connection>scm:git:https://github.com/k3po/k3po.git</connection> <developerConnection>${project.scm.connection}</developerConnection> <url>https://github.com/k3po/k3po</url> </scm> <build> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>org.kaazing:k3po.control</include> </includes> </artifactSet> <relocations> <relocation> <pattern>org.kaazing.k3po.control</pattern> <shadedPattern>org.kaazing.k3po.junit.shaded.control</shadedPattern> </relocation> </relocations> <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>[4.11,)</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.kaazing</groupId> <artifactId>net.tcp</artifactId> <version>[1.1.0.0, 1.2.0.0)</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.kaazing</groupId> <artifactId>k3po.junit</artifactId> <version>2.0.0</version> </dependency>
If you think the following k3po.junit-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download k3po.junit-2.0.0.jar file