Download spek-junit-platform-engine-1.1.5.jar file

Introduction

You can download spek-junit-platform-engine-1.1.5.jar in this page.

License

BSD New

Type List

spek-junit-platform-engine-1.1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/org.junit.platform.engine.TestEngine
org.jetbrains.spek.engine.FixturesAdapter.class
org.jetbrains.spek.engine.Scope.class
org.jetbrains.spek.engine.SpekEngineDescriptor.class
org.jetbrains.spek.engine.SpekException.class
org.jetbrains.spek.engine.SpekExecutionContext.class
org.jetbrains.spek.engine.SpekTestEngine.class
org.jetbrains.spek.engine.ThrowableCollector.class
org.jetbrains.spek.engine.lifecycle.LifecycleAwareAdapter.class
org.jetbrains.spek.engine.lifecycle.LifecycleManager.class

Pom

spek-junit-platform-engine-1.1.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jetbrains.spek</groupId>
  <artifactId>spek-junit-platform-engine</artifactId>
  <version>1.1.5</version>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.spek</groupId>
      <artifactId>spek-api</artifactId>
      <version>1.1.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.natpryce</groupId>
        <artifactId>hamkrest</artifactId>
        <version>1.1.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>19.0</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>4.12</version>
      </dependency>
      <dependency>
        <groupId>net.sf.jopt-simple</groupId>
        <artifactId>jopt-simple</artifactId>
        <version>5.0.1</version>
      </dependency>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>1.7.21</version>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-classic</artifactId>
        <version>1.1.7</version>
      </dependency>
      <dependency>
        <groupId>org.junit.platform</groupId>
        <artifactId>junit-platform-engine</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit.platform</groupId>
        <artifactId>junit-platform-runner</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit.platform</groupId>
        <artifactId>junit-platform-launcher</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit.jupiter</groupId>
        <artifactId>junit-jupiter-api</artifactId>
        <version>5.0.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit.jupiter</groupId>
        <artifactId>junit-jupiter-engine</artifactId>
        <version>5.0.0</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib</artifactId>
        <version>1.0.6</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-reflect</artifactId>
        <version>1.0.6</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-test</artifactId>
        <version>1.0.6</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-compiler</artifactId>
        <version>1.0.6</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <name>Spek JUnit Platform Engine</name>
  <description>Spek TestEngine for the JUnit Platform</description>
  <url>https://jetbrains.github.io/spek</url>
  <licenses>
    <license>
      <name>BSD New</name>
      <url>https://github.com/JetBrains/spek/blob/master/LICENSE.TXT</url>
      <distribution>spek</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>JetBrains</id>
      <name>Spek Contributors</name>
      <organization>JetBrains</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jetbrains/spek.git</connection>
    <developerConnection>scm:git:https://github.com/jetbrains/spek.git</developerConnection>
    <url>http://github.com/jetbrains/spek</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.jetbrains.spek</groupId>
   <artifactId>spek-junit-platform-engine</artifactId>
   <version>1.1.5</version>
</dependency>

Download

If you think the following spek-junit-platform-engine-1.1.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spek-junit-platform-engine-1.1.5.jar file




PreviousNext

Related