You can download coro-mock-1.0.jar in this page.
The Apache Software License, Version 2.0
coro-mock-1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.headius/coro-mock/pom.properties META-INF/maven/com.headius/coro-mock/pom.xml java.dyn.AsymCoroutine.class java.dyn.Coroutine.class java.dyn.CoroutineBase.class
coro-mock-1.0.pom file content.
<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>com.headius</groupId> <artifactId>coro-mock</artifactId> <packaging>jar</packaging> <version>1.0</version> <name>coro-mock</name> <url>https://github.com/headius/coro-mock</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </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> <connection>scm:git:https://github.com/headius/coro-mock.git</connection> <developerConnection>scm:git:git@github.com:headius/coro-mock</developerConnection> <url>https://github.com/headius/coro-mock</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.2</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.headius</groupId> <artifactId>coro-mock</artifactId> <version>1.0</version> </dependency>
If you think the following coro-mock-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download coro-mock-1.0.jar file