You can download helios-testing-0.8.0.jar in this page.
Open Source
helios-testing-0.8.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.spotify/helios-testing/pom.properties META-INF/maven/com.spotify/helios-testing/pom.xml com.spotify.helios.testing.DefaultProber.class com.spotify.helios.testing.JobPrefixFile.class com.spotify.helios.testing.Jobs.class com.spotify.helios.testing.Polling.class com.spotify.helios.testing.Prober.class com.spotify.helios.testing.TemporaryJob.class com.spotify.helios.testing.TemporaryJobBuilder.class com.spotify.helios.testing.TemporaryJobs.class
helios-testing-0.8.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.spotify</groupId> <artifactId>helios-parent</artifactId> <version>0.8.0</version> </parent> <name>Helios Testing Library</name> <artifactId>helios-testing</artifactId> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <!--compile deps--> <dependency> <groupId>com.spotify</groupId> <artifactId>helios-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.3</version> </dependency> <!--test deps--> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>com.spotify</groupId> <artifactId>helios-system-tests</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.spotify</groupId> <artifactId>helios-testing</artifactId> <version>0.8.0</version> </dependency>
If you think the following helios-testing-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download helios-testing-0.8.0.jar file